#E69F4D

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

Shades of Fire Bush #E69F4D

Tints of Fire Bush #E69F4D

Color information

#E69F4D (or 0xE69F4D) is unknown color: approx Fire Bush. HEX triplet: E6, 9F and 4D. RGB value is (230,159,77). Sum of RGB (Red+Green+Blue) = 230+159+77=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F4D is #1960B2. Grayscale: #ABABAB. Windows color (decimal): -1663155 or 5087206. OLE color: 5087206.

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

Color convert

RGB23015977-
CMYK00.310.670.10
HSL32.16º75.37%60.2%-
HSV(B)32.16º66.52%90.2%-
XYZ46.3742.1612.71-
YUV170.8875.02170.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.36%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 77 (30.47% from 255) = 16.52%
R=49.36%
G=34.12%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301597700.310.670.1032.1675.3760.2
HexE69F4D01F43A204b3c
Octal346237115037103124011374
Binary11100110100111111001101011111100001110101000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F4D; }

 p { color: rgb(230,159,77); }

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

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

 a { background-color: rgb(230,159,77); }

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

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

 span { border-color: rgb(230,159,77); }

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