Html Css Color HEX #EA9311 Gamboge

📋 copy color: '#EA9311'

red 234 ◦ green 147 ◦ blue 17

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

Shades of Gamboge #EA9311

Tints of Gamboge #EA9311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 58.79%
G = 36.93%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA9311 (or 0xEA9311) is known color: Gamboge. HEX triplet: EA, 93 and 11. RGB value is (234,147,17). Sum of RGB (Red+Green+Blue) = 234+147+17=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9311 is #156CEE. Grayscale: #9E9E9E. Windows color (decimal): -1404143 or 1151978. OLE color: 1151978.

HSL color Cylindrical-coordinate representation of color #EA9311: hue angle of 35.94º 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 #EA9311 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 147 17 -
CMYK 0 0.37 0.93 0.08
HSL 35.94º 0.86% 0.49% -
HSV(B) 35.94º 0.93% 0.92% -
XYZ 44.47 38.4 5.6 -
YUV 158.19 48.32 182.07 -
System Red Green Blue C M Y K H S L
Decimal 234 147 17 0 0.37 0.93 0.08 35.94 0.86 0.49
Hex EA 93 11 0 25 5D 8 24 56 31
Octal 352 223 21 0 45 135 10 44 126 61
Binary 11101010 10010011 10001 0 100101 1011101 1000 100100 1010110 110001

Color Harmonies of #EA9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9311

Black with #EA9311

Text Example


Text Example

White with #EA9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9311; }

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

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

background-color css

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

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

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

border-color css

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

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

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