Html Css Color HEX #EAAA0D Gamboge

📋 copy color: '#EAAA0D'

red 234 ◦ green 170 ◦ blue 13

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

Shades of Gamboge #EAAA0D

Tints of Gamboge #EAAA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 56.12%
G = 40.77%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAAA0D (or 0xEAAA0D) is known color: Gamboge. HEX triplet: EA, AA and 0D. RGB value is (234,170,13). Sum of RGB (Red+Green+Blue) = 234+170+13=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA0D is #1555F2. Grayscale: #ABABAB. Windows color (decimal): -1398259 or 895722. OLE color: 895722.

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

Color convert

RGB 234 170 13 -
CMYK 0 0.27 0.94 0.08
HSL 42.62º 0.89% 0.48% -
HSV(B) 42.62º 0.94% 0.92% -
XYZ 48.38 46.27 6.76 -
YUV 171.24 38.7 172.77 -
System Red Green Blue C M Y K H S L
Decimal 234 170 13 0 0.27 0.94 0.08 42.62 0.89 0.48
Hex EA AA D 0 1B 5E 8 2B 59 30
Octal 352 252 15 0 33 136 10 53 131 60
Binary 11101010 10101010 1101 0 11011 1011110 1000 101011 1011001 110000

Color Harmonies of #EAAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA0D

Black with #EAAA0D

Text Example


Text Example

White with #EAAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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