Html Css Color HEX #EA9B05 Gamboge

📋 copy color: '#EA9B05'

red 234 ◦ green 155 ◦ blue 5

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

Shades of Gamboge #EA9B05

Tints of Gamboge #EA9B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 59.39%
G = 39.34%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA9B05 (or 0xEA9B05) is known color: Gamboge. HEX triplet: EA, 9B and 05. RGB value is (234,155,5). Sum of RGB (Red+Green+Blue) = 234+155+5=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B05 is #1564FA. Grayscale: #A2A2A2. Windows color (decimal): -1402107 or 367594. OLE color: 367594.

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

Color convert

RGB 234 155 5 -
CMYK 0 0.34 0.98 0.08
HSL 39.3º 0.96% 0.47% -
HSV(B) 39.3º 0.98% 0.92% -
XYZ 45.68 40.95 5.64 -
YUV 161.52 39.67 179.7 -
System Red Green Blue C M Y K H S L
Decimal 234 155 5 0 0.34 0.98 0.08 39.3 0.96 0.47
Hex EA 9B 5 0 22 62 8 27 60 2F
Octal 352 233 5 0 42 142 10 47 140 57
Binary 11101010 10011011 101 0 100010 1100010 1000 100111 1100000 101111

Color Harmonies of #EA9B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B05

Black with #EA9B05

Text Example


Text Example

White with #EA9B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B05; }

 p { color: rgb(234,155,5); }

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

background-color css

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

 a { background-color: rgb(234,155,5); }

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

border-color css

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

 span { border-color: rgb(234,155,5); }

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