#E69D4B

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

Shades of Fire Bush #E69D4B

Tints of Fire Bush #E69D4B

Color information

#E69D4B (or 0xE69D4B) is unknown color: approx Fire Bush. HEX triplet: E6, 9D and 4B. RGB value is (230,157,75). Sum of RGB (Red+Green+Blue) = 230+157+75=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D4B is #1962B4. Grayscale: #A9A9A9. Windows color (decimal): -1663669 or 4955622. OLE color: 4955622.

HSL color Cylindrical-coordinate representation of color #E69D4B: hue angle of 31.74º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E69D4B is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23015775-
CMYK00.320.670.10
HSL31.74º75.61%59.8%-
HSV(B)31.74º67.39%90.2%-
XYZ45.9641.4412.23-
YUV169.4874.68171.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 75 (29.69% from 255) = 16.23%
R=49.78%
G=33.98%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301577500.320.670.1031.7475.6159.8
HexE69D4B02043A204c3c
Octal346235113040103124011474
Binary111001101001110110010110100000100001110101000001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D4B; }

 p { color: rgb(230,157,75); }

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

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

 a { background-color: rgb(230,157,75); }

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

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

 span { border-color: rgb(230,157,75); }

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