Html Css Color HEX #EA9A00 Gamboge

📋 copy color: '#EA9A00'

red 234 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #EA9A00

Tints of Gamboge #EA9A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.31%
G = 39.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA9A00 (or 0xEA9A00) is known color: Gamboge. HEX triplet: EA, 9A and 00. RGB value is (234,154,0). Sum of RGB (Red+Green+Blue) = 234+154+0=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9A00 is #1565FF. Grayscale: #A1A1A1. Windows color (decimal): -1402368 or 39658. OLE color: 39658.

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

Color convert

RGB 234 154 0 -
CMYK 0 0.34 1 0.08
HSL 39.49º 1% 0.46% -
HSV(B) 39.49º 1% 0.92% -
XYZ 45.49 40.6 5.44 -
YUV 160.36 37.5 180.52 -
System Red Green Blue C M Y K H S L
Decimal 234 154 0 0 0.34 1 0.08 39.49 1 0.46
Hex EA 9A 0 0 22 64 8 27 64 2E
Octal 352 232 0 0 42 144 10 47 144 56
Binary 11101010 10011010 0 0 100010 1100100 1000 100111 1100100 101110

Color Harmonies of #EA9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A00

Black with #EA9A00

Text Example


Text Example

White with #EA9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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