Html Css Color HEX #EAA20D Gamboge

📋 copy color: '#EAA20D'

red 234 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #EAA20D

Tints of Gamboge #EAA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

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

R = 57.21%
G = 39.61%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAA20D (or 0xEAA20D) is known color: Gamboge. HEX triplet: EA, A2 and 0D. RGB value is (234,162,13). Sum of RGB (Red+Green+Blue) = 234+162+13=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA20D is #155DF2. Grayscale: #A7A7A7. Windows color (decimal): -1400307 or 893674. OLE color: 893674.

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

Color convert

RGB 234 162 13 -
CMYK 0 0.31 0.94 0.08
HSL 40.45º 0.89% 0.48% -
HSV(B) 40.45º 0.94% 0.92% -
XYZ 46.92 43.36 6.28 -
YUV 166.54 41.35 176.12 -
System Red Green Blue C M Y K H S L
Decimal 234 162 13 0 0.31 0.94 0.08 40.45 0.89 0.48
Hex EA A2 D 0 1F 5E 8 28 59 30
Octal 352 242 15 0 37 136 10 50 131 60
Binary 11101010 10100010 1101 0 11111 1011110 1000 101000 1011001 110000

Color Harmonies of #EAA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA20D

Black with #EAA20D

Text Example


Text Example

White with #EAA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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