Html Css Color HEX #EAAB10 Gamboge

📋 copy color: '#EAAB10'

red 234 ◦ green 171 ◦ blue 16

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

Shades of Gamboge #EAAB10

Tints of Gamboge #EAAB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

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

R = 55.58%
G = 40.62%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAAB10 (or 0xEAAB10) is known color: Gamboge. HEX triplet: EA, AB and 10. RGB value is (234,171,16). Sum of RGB (Red+Green+Blue) = 234+171+16=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB10 is #1554EF. Grayscale: #ACACAC. Windows color (decimal): -1398000 or 1092586. OLE color: 1092586.

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

Color convert

RGB 234 171 16 -
CMYK 0 0.27 0.93 0.08
HSL 42.66º 0.87% 0.49% -
HSV(B) 42.66º 0.93% 0.92% -
XYZ 48.59 46.66 6.93 -
YUV 172.17 39.87 172.1 -
System Red Green Blue C M Y K H S L
Decimal 234 171 16 0 0.27 0.93 0.08 42.66 0.87 0.49
Hex EA AB 10 0 1B 5D 8 2B 57 31
Octal 352 253 20 0 33 135 10 53 127 61
Binary 11101010 10101011 10000 0 11011 1011101 1000 101011 1010111 110001

Color Harmonies of #EAAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB10

Black with #EAAB10

Text Example


Text Example

White with #EAAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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