Html Css Color HEX #E69C40 Fire Bush

📋 copy color: '#E69C40'

red 230 ◦ green 156 ◦ blue 64

#E69C40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #E69C40

Tints of Fire Bush #E69C40

RGB

 RED value IS 230 (90.23% from 255) = 51.11%

 GREEN value IS 156 (61.33% from 255) = 34.67%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 51.11%
G = 34.67%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E69C40 (or 0xE69C40) is known color: Fire Bush. HEX triplet: E6, 9C and 40. RGB value is (230,156,64). Sum of RGB (Red+Green+Blue) = 230+156+64=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C40 is #1963BF. Grayscale: #A8A8A8. Windows color (decimal): -1663936 or 4234470. OLE color: 4234470.

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

Color convert

RGB 230 156 64 -
CMYK 0 0.32 0.72 0.10
HSL 33.25º 0.77% 0.58% -
HSV(B) 33.25º 0.72% 0.9% -
XYZ 45.45 40.97 10.36 -
YUV 167.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 230 156 64 0 0.32 0.72 0.10 33.25 0.77 0.58
Hex E6 9C 40 0 20 48 A 21 4D 3A
Octal 346 234 100 0 40 110 12 41 115 72
Binary 11100110 10011100 1000000 0 100000 1001000 1010 100001 1001101 111010

Color Harmonies of #E69C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C40

Black with #E69C40

Text Example


Text Example

White with #E69C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C40; }

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

 H1.HeaderClassName
 {
   color: #E69C40;
 }
 .AnyTagClassName
 {
   color: #E69C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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