Html Css Color HEX #EAB011 Gamboge

📋 copy color: '#EAB011'

red 234 ◦ green 176 ◦ blue 17

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

Shades of Gamboge #EAB011

Tints of Gamboge #EAB011

RGB

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

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

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

R = 54.8%
G = 41.22%
B = 3.98%

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

#EAB011 (or 0xEAB011) is known color: Gamboge. HEX triplet: EA, B0 and 11. RGB value is (234,176,17). Sum of RGB (Red+Green+Blue) = 234+176+17=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB011 is #154FEE. Grayscale: #AFAFAF. Windows color (decimal): -1396719 or 1159402. OLE color: 1159402.

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

Color convert

RGB 234 176 17 -
CMYK 0 0.25 0.93 0.08
HSL 43.96º 0.86% 0.49% -
HSV(B) 43.96º 0.93% 0.92% -
XYZ 49.56 48.58 7.3 -
YUV 175.22 38.72 169.93 -
System Red Green Blue C M Y K H S L
Decimal 234 176 17 0 0.25 0.93 0.08 43.96 0.86 0.49
Hex EA B0 11 0 19 5D 8 2C 56 31
Octal 352 260 21 0 31 135 10 54 126 61
Binary 11101010 10110000 10001 0 11001 1011101 1000 101100 1010110 110001

Color Harmonies of #EAB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB011

Black with #EAB011

Text Example


Text Example

White with #EAB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB011; }

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

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

background-color css

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

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

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

border-color css

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

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

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