Html Css Color HEX #EA9011 Gamboge

📋 copy color: '#EA9011'

red 234 ◦ green 144 ◦ blue 17

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

Shades of Gamboge #EA9011

Tints of Gamboge #EA9011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 59.24%
G = 36.46%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA9011 (or 0xEA9011) is known color: Gamboge. HEX triplet: EA, 90 and 11. RGB value is (234,144,17). Sum of RGB (Red+Green+Blue) = 234+144+17=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9011 is #156FEE. Grayscale: #9D9D9D. Windows color (decimal): -1404911 or 1151210. OLE color: 1151210.

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

Color convert

RGB 234 144 17 -
CMYK 0 0.38 0.93 0.08
HSL 35.12º 0.86% 0.49% -
HSV(B) 35.12º 0.93% 0.92% -
XYZ 44.01 37.48 5.45 -
YUV 156.43 49.32 183.33 -
System Red Green Blue C M Y K H S L
Decimal 234 144 17 0 0.38 0.93 0.08 35.12 0.86 0.49
Hex EA 90 11 0 26 5D 8 23 56 31
Octal 352 220 21 0 46 135 10 43 126 61
Binary 11101010 10010000 10001 0 100110 1011101 1000 100011 1010110 110001

Color Harmonies of #EA9011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9011

Black with #EA9011

Text Example


Text Example

White with #EA9011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9011; }

 p { color: rgb(234,144,17); }

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

background-color css

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

 a { background-color: rgb(234,144,17); }

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

border-color css

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

 span { border-color: rgb(234,144,17); }

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