Html Css Color HEX #EAA205 Gamboge

📋 copy color: '#EAA205'

red 234 ◦ green 162 ◦ blue 5

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

Shades of Gamboge #EAA205

Tints of Gamboge #EAA205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 58.35%
G = 40.4%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA205 (or 0xEAA205) is known color: Gamboge. HEX triplet: EA, A2 and 05. RGB value is (234,162,5). Sum of RGB (Red+Green+Blue) = 234+162+5=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA205 is #155DFA. Grayscale: #A6A6A6. Windows color (decimal): -1400315 or 369386. OLE color: 369386.

HSL color Cylindrical-coordinate representation of color #EAA205: hue angle of 41.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAA205 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 162 5 -
CMYK 0 0.31 0.98 0.08
HSL 41.14º 0.96% 0.47% -
HSV(B) 41.14º 0.98% 0.92% -
XYZ 46.88 43.34 6.04 -
YUV 165.63 37.35 176.77 -
System Red Green Blue C M Y K H S L
Decimal 234 162 5 0 0.31 0.98 0.08 41.14 0.96 0.47
Hex EA A2 5 0 1F 62 8 29 60 2F
Octal 352 242 5 0 37 142 10 51 140 57
Binary 11101010 10100010 101 0 11111 1100010 1000 101001 1100000 101111

Color Harmonies of #EAA205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA205

Black with #EAA205

Text Example


Text Example

White with #EAA205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA205; }

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

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

background-color css

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

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

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

border-color css

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

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

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