Html Css Color HEX #EA9B09 Gamboge

📋 copy color: '#EA9B09'

red 234 ◦ green 155 ◦ blue 9

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

Shades of Gamboge #EA9B09

Tints of Gamboge #EA9B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.26%

R = 58.79%
G = 38.94%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA9B09 (or 0xEA9B09) is known color: Gamboge. HEX triplet: EA, 9B and 09. RGB value is (234,155,9). Sum of RGB (Red+Green+Blue) = 234+155+9=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B09 is #1564F6. Grayscale: #A2A2A2. Windows color (decimal): -1402103 or 629738. OLE color: 629738.

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

Color convert

RGB 234 155 9 -
CMYK 0 0.34 0.96 0.08
HSL 38.93º 0.93% 0.48% -
HSV(B) 38.93º 0.96% 0.92% -
XYZ 45.7 40.95 5.75 -
YUV 161.98 41.67 179.37 -
System Red Green Blue C M Y K H S L
Decimal 234 155 9 0 0.34 0.96 0.08 38.93 0.93 0.48
Hex EA 9B 9 0 22 60 8 27 5D 30
Octal 352 233 11 0 42 140 10 47 135 60
Binary 11101010 10011011 1001 0 100010 1100000 1000 100111 1011101 110000

Color Harmonies of #EA9B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B09

Black with #EA9B09

Text Example


Text Example

White with #EA9B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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