Html Css Color HEX #EA9710 Gamboge

📋 copy color: '#EA9710'

red 234 ◦ green 151 ◦ blue 16

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

Shades of Gamboge #EA9710

Tints of Gamboge #EA9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 58.35%
G = 37.66%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA9710 (or 0xEA9710) is known color: Gamboge. HEX triplet: EA, 97 and 10. RGB value is (234,151,16). Sum of RGB (Red+Green+Blue) = 234+151+16=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9710 is #1568EF. Grayscale: #A1A1A1. Windows color (decimal): -1403120 or 1087466. OLE color: 1087466.

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

Color convert

RGB 234 151 16 -
CMYK 0 0.35 0.93 0.08
HSL 37.16º 0.87% 0.49% -
HSV(B) 37.16º 0.93% 0.92% -
XYZ 45.09 39.66 5.77 -
YUV 160.43 46.5 180.48 -
System Red Green Blue C M Y K H S L
Decimal 234 151 16 0 0.35 0.93 0.08 37.16 0.87 0.49
Hex EA 97 10 0 23 5D 8 25 57 31
Octal 352 227 20 0 43 135 10 45 127 61
Binary 11101010 10010111 10000 0 100011 1011101 1000 100101 1010111 110001

Color Harmonies of #EA9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9710

Black with #EA9710

Text Example


Text Example

White with #EA9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9710; }

 p { color: rgb(234,151,16); }

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

background-color css

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

 a { background-color: rgb(234,151,16); }

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

border-color css

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

 span { border-color: rgb(234,151,16); }

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