Html Css Color HEX #EAAD11 Gamboge

📋 copy color: '#EAAD11'

red 234 ◦ green 173 ◦ blue 17

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

Shades of Gamboge #EAAD11

Tints of Gamboge #EAAD11

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

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

R = 55.19%
G = 40.8%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAAD11 (or 0xEAAD11) is known color: Gamboge. HEX triplet: EA, AD and 11. RGB value is (234,173,17). Sum of RGB (Red+Green+Blue) = 234+173+17=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAD11 is #1552EE. Grayscale: #AEAEAE. Windows color (decimal): -1397487 or 1158634. OLE color: 1158634.

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

Color convert

RGB 234 173 17 -
CMYK 0 0.26 0.93 0.08
HSL 43.13º 0.86% 0.49% -
HSV(B) 43.13º 0.93% 0.92% -
XYZ 48.98 47.42 7.1 -
YUV 173.46 39.71 171.18 -
System Red Green Blue C M Y K H S L
Decimal 234 173 17 0 0.26 0.93 0.08 43.13 0.86 0.49
Hex EA AD 11 0 1A 5D 8 2B 56 31
Octal 352 255 21 0 32 135 10 53 126 61
Binary 11101010 10101101 10001 0 11010 1011101 1000 101011 1010110 110001

Color Harmonies of #EAAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD11

Black with #EAAD11

Text Example


Text Example

White with #EAAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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