#E69B3F

Color #E69B3F Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #E69B3F

Tints of Fire Bush #E69B3F

Color information

#E69B3F (or 0xE69B3F) is unknown color: approx Fire Bush. HEX triplet: E6, 9B and 3F. RGB value is (230,155,63). Sum of RGB (Red+Green+Blue) = 230+155+63=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69B3F is #1964C0. Grayscale: #A7A7A7. Windows color (decimal): -1664193 or 4168678. OLE color: 4168678.

HSL color Cylindrical-coordinate representation of color #E69B3F: hue angle of 33.05º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E69B3F is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB23015563-
CMYK00.330.730.10
HSL33.05º76.96%57.45%-
HSV(B)33.05º72.61%90.2%-
XYZ45.2540.6210.16-
YUV166.9469.35172.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 51.34%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 63 (25% from 255) = 14.06%
R=51.34%
G=34.60%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301556300.330.730.1033.0576.9657.45
HexE69B3F02149A214d39
Octal34623377041111124111571
Binary11100110100110111111110100001100100110101000011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B3F; }

 p { color: rgb(230,155,63); }

 H1.HeaderClassName
 {
   color: #E69B3F;
 }
 .AnyTagClassName
 {
   color: #E69B3F;
 }
</style>
background-color css

<style>
 a { background-color: #E69B3F; }

 a { background-color: rgb(230,155,63); }

 div.DivClassName
 {
   background-color: #E69B3F;
 }
 .BgClassName
 {
   background-color: #E69B3F;
 }
</style>
border-color css

<style>
 span { border-color: #E69B3F; }

 span { border-color: rgb(230,155,63); }

 td.TdClassName
 {
   border-color: #E69B3F;
 }
 .TagClassName
 {
   border-color: #E69B3F;
 }
</style>