Html Css Color HEX #EA9A0C Gamboge

📋 copy color: '#EA9A0C'

red 234 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #EA9A0C

Tints of Gamboge #EA9A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 58.5%
G = 38.5%
B = 3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA9A0C (or 0xEA9A0C) is known color: Gamboge. HEX triplet: EA, 9A and 0C. RGB value is (234,154,12). Sum of RGB (Red+Green+Blue) = 234+154+12=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9A0C is #1565F3. Grayscale: #A2A2A2. Windows color (decimal): -1402356 or 826090. OLE color: 826090.

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

Color convert

RGB 234 154 12 -
CMYK 0 0.34 0.95 0.08
HSL 38.38º 0.9% 0.48% -
HSV(B) 38.38º 0.95% 0.92% -
XYZ 45.55 40.63 5.79 -
YUV 161.73 43.5 179.55 -
System Red Green Blue C M Y K H S L
Decimal 234 154 12 0 0.34 0.95 0.08 38.38 0.9 0.48
Hex EA 9A C 0 22 5F 8 26 5A 30
Octal 352 232 14 0 42 137 10 46 132 60
Binary 11101010 10011010 1100 0 100010 1011111 1000 100110 1011010 110000

Color Harmonies of #EA9A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A0C

Black with #EA9A0C

Text Example


Text Example

White with #EA9A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A0C; }

 p { color: rgb(234,154,12); }

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

background-color css

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

 a { background-color: rgb(234,154,12); }

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

border-color css

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

 span { border-color: rgb(234,154,12); }

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