Html Css Color HEX #EAA320 Gamboge

📋 copy color: '#EAA320'

red 234 ◦ green 163 ◦ blue 32

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

Shades of Gamboge #EAA320

Tints of Gamboge #EAA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 54.55%
G = 38%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAA320 (or 0xEAA320) is known color: Gamboge. HEX triplet: EA, A3 and 20. RGB value is (234,163,32). Sum of RGB (Red+Green+Blue) = 234+163+32=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA320 is #155CDF. Grayscale: #A9A9A9. Windows color (decimal): -1400032 or 2139114. OLE color: 2139114.

HSL color Cylindrical-coordinate representation of color #EAA320: hue angle of 38.91º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAA320 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 163 32 -
CMYK 0 0.30 0.86 0.08
HSL 38.91º 0.83% 0.52% -
HSV(B) 38.91º 0.86% 0.92% -
XYZ 47.29 43.79 7.33 -
YUV 169.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 234 163 32 0 0.30 0.86 0.08 38.91 0.83 0.52
Hex EA A3 20 0 1E 56 8 27 53 34
Octal 352 243 40 0 36 126 10 47 123 64
Binary 11101010 10100011 100000 0 11110 1010110 1000 100111 1010011 110100

Color Harmonies of #EAA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA320

Black with #EAA320

Text Example


Text Example

White with #EAA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA320; }

 p { color: rgb(234,163,32); }

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

background-color css

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

 a { background-color: rgb(234,163,32); }

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

border-color css

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

 span { border-color: rgb(234,163,32); }

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