#E69C4B

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

Shades of Fire Bush #E69C4B

Tints of Fire Bush #E69C4B

Color information

#E69C4B (or 0xE69C4B) is unknown color: approx Fire Bush. HEX triplet: E6, 9C and 4B. RGB value is (230,156,75). Sum of RGB (Red+Green+Blue) = 230+156+75=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C4B is #1963B4. Grayscale: #A9A9A9. Windows color (decimal): -1663925 or 4955366. OLE color: 4955366.

HSL color Cylindrical-coordinate representation of color #E69C4B: hue angle of 31.35º 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 #E69C4B is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23015675-
CMYK00.320.670.10
HSL31.35º75.61%59.8%-
HSV(B)31.35º67.39%90.2%-
XYZ45.7941.1112.18-
YUV168.8975.02171.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.89%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=49.89%
G=33.84%
B=16.27%

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
Decimal2301567500.320.670.1031.3575.6159.8
HexE69C4B02043A1f4c3c
Octal346234113040103123711474
Binary11100110100111001001011010000010000111010111111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C4B; }

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

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

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

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

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

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

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

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