Html Css Color HEX #EA8F11 Gamboge

📋 copy color: '#EA8F11'

red 234 ◦ green 143 ◦ blue 17

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

Shades of Gamboge #EA8F11

Tints of Gamboge #EA8F11

RGB

 RED value IS 234 (91.8% from 255) = 59.39%

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 17 (7.03% from 255) = 4.31%

R = 59.39%
G = 36.29%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA8F11 (or 0xEA8F11) is known color: Gamboge. HEX triplet: EA, 8F and 11. RGB value is (234,143,17). Sum of RGB (Red+Green+Blue) = 234+143+17=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F11 is #1570EE. Grayscale: #9C9C9C. Windows color (decimal): -1405167 or 1150954. OLE color: 1150954.

HSL color Cylindrical-coordinate representation of color #EA8F11: hue angle of 34.84º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA8F11 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 17 -
CMYK 0 0.39 0.93 0.08
HSL 34.84º 0.86% 0.49% -
HSV(B) 34.84º 0.93% 0.92% -
XYZ 43.86 37.18 5.39 -
YUV 155.85 49.65 183.75 -
System Red Green Blue C M Y K H S L
Decimal 234 143 17 0 0.39 0.93 0.08 34.84 0.86 0.49
Hex EA 8F 11 0 27 5D 8 23 56 31
Octal 352 217 21 0 47 135 10 43 126 61
Binary 11101010 10001111 10001 0 100111 1011101 1000 100011 1010110 110001

Color Harmonies of #EA8F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F11

Black with #EA8F11

Text Example


Text Example

White with #EA8F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F11; }

 p { color: rgb(234,143,17); }

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

background-color css

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

 a { background-color: rgb(234,143,17); }

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

border-color css

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

 span { border-color: rgb(234,143,17); }

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