Html Css Color HEX #EAAA0B Gamboge

📋 copy color: '#EAAA0B'

red 234 ◦ green 170 ◦ blue 11

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

Shades of Gamboge #EAAA0B

Tints of Gamboge #EAAA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 11 (4.69% from 255) = 2.65%

R = 56.39%
G = 40.96%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAAA0B (or 0xEAAA0B) is known color: Gamboge. HEX triplet: EA, AA and 0B. RGB value is (234,170,11). Sum of RGB (Red+Green+Blue) = 234+170+11=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA0B is #1555F4. Grayscale: #ABABAB. Windows color (decimal): -1398261 or 764650. OLE color: 764650.

HSL color Cylindrical-coordinate representation of color #EAAA0B: hue angle of 42.78º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAAA0B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 11 -
CMYK 0 0.27 0.95 0.08
HSL 42.78º 0.91% 0.48% -
HSV(B) 42.78º 0.95% 0.92% -
XYZ 48.37 46.27 6.7 -
YUV 171.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 234 170 11 0 0.27 0.95 0.08 42.78 0.91 0.48
Hex EA AA B 0 1B 5F 8 2B 5B 30
Octal 352 252 13 0 33 137 10 53 133 60
Binary 11101010 10101010 1011 0 11011 1011111 1000 101011 1011011 110000

Color Harmonies of #EAAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA0B

Black with #EAAA0B

Text Example


Text Example

White with #EAAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA0B; }

 p { color: rgb(234,170,11); }

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

background-color css

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

 a { background-color: rgb(234,170,11); }

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

border-color css

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

 span { border-color: rgb(234,170,11); }

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