Html Css Color HEX #EAB010 Gamboge

📋 copy color: '#EAB010'

red 234 ◦ green 176 ◦ blue 16

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

Shades of Gamboge #EAB010

Tints of Gamboge #EAB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

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

R = 54.93%
G = 41.31%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAB010 (or 0xEAB010) is known color: Gamboge. HEX triplet: EA, B0 and 10. RGB value is (234,176,16). Sum of RGB (Red+Green+Blue) = 234+176+16=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB010 is #154FEF. Grayscale: #AFAFAF. Windows color (decimal): -1396720 or 1093866. OLE color: 1093866.

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

Color convert

RGB 234 176 16 -
CMYK 0 0.25 0.93 0.08
HSL 44.04º 0.87% 0.49% -
HSV(B) 44.04º 0.93% 0.92% -
XYZ 49.55 48.58 7.26 -
YUV 175.1 38.22 170.01 -
System Red Green Blue C M Y K H S L
Decimal 234 176 16 0 0.25 0.93 0.08 44.04 0.87 0.49
Hex EA B0 10 0 19 5D 8 2C 57 31
Octal 352 260 20 0 31 135 10 54 127 61
Binary 11101010 10110000 10000 0 11001 1011101 1000 101100 1010111 110001

Color Harmonies of #EAB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB010

Black with #EAB010

Text Example


Text Example

White with #EAB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB010; }

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

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

background-color css

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

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

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

border-color css

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

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

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