Html Css Color HEX #EA9C02 Gamboge

📋 copy color: '#EA9C02'

red 234 ◦ green 156 ◦ blue 2

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

Shades of Gamboge #EA9C02

Tints of Gamboge #EA9C02

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 59.69%
G = 39.8%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA9C02 (or 0xEA9C02) is known color: Gamboge. HEX triplet: EA, 9C and 02. RGB value is (234,156,2). Sum of RGB (Red+Green+Blue) = 234+156+2=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C02 is #1563FD. Grayscale: #A2A2A2. Windows color (decimal): -1401854 or 171242. OLE color: 171242.

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

Color convert

RGB 234 156 2 -
CMYK 0 0.33 0.99 0.08
HSL 39.83º 0.98% 0.46% -
HSV(B) 39.83º 0.99% 0.92% -
XYZ 45.83 41.27 5.61 -
YUV 161.77 37.84 179.52 -
System Red Green Blue C M Y K H S L
Decimal 234 156 2 0 0.33 0.99 0.08 39.83 0.98 0.46
Hex EA 9C 2 0 21 63 8 28 62 2E
Octal 352 234 2 0 41 143 10 50 142 56
Binary 11101010 10011100 10 0 100001 1100011 1000 101000 1100010 101110

Color Harmonies of #EA9C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9C02

Black with #EA9C02

Text Example


Text Example

White with #EA9C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9C02; }

 p { color: rgb(234,156,2); }

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

background-color css

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

 a { background-color: rgb(234,156,2); }

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

border-color css

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

 span { border-color: rgb(234,156,2); }

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