Html Css Color HEX #EA9008 Gamboge

📋 copy color: '#EA9008'

red 234 ◦ green 144 ◦ blue 8

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

Shades of Gamboge #EA9008

Tints of Gamboge #EA9008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 60.62%
G = 37.31%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9008 (or 0xEA9008) is known color: Gamboge. HEX triplet: EA, 90 and 08. RGB value is (234,144,8). Sum of RGB (Red+Green+Blue) = 234+144+8=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9008 is #156FF7. Grayscale: #9C9C9C. Windows color (decimal): -1404920 or 561386. OLE color: 561386.

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

Color convert

RGB 234 144 8 -
CMYK 0 0.38 0.97 0.08
HSL 36.11º 0.93% 0.47% -
HSV(B) 36.11º 0.97% 0.92% -
XYZ 43.95 37.46 5.14 -
YUV 155.41 44.82 184.06 -
System Red Green Blue C M Y K H S L
Decimal 234 144 8 0 0.38 0.97 0.08 36.11 0.93 0.47
Hex EA 90 8 0 26 61 8 24 5D 2F
Octal 352 220 10 0 46 141 10 44 135 57
Binary 11101010 10010000 1000 0 100110 1100001 1000 100100 1011101 101111

Color Harmonies of #EA9008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9008

Black with #EA9008

Text Example


Text Example

White with #EA9008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9008; }

 p { color: rgb(234,144,8); }

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

background-color css

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

 a { background-color: rgb(234,144,8); }

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

border-color css

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

 span { border-color: rgb(234,144,8); }

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