Html Css Color HEX #EAA405 Gamboge

📋 copy color: '#EAA405'

red 234 ◦ green 164 ◦ blue 5

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

Shades of Gamboge #EAA405

Tints of Gamboge #EAA405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

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

R = 58.06%
G = 40.69%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA405 (or 0xEAA405) is known color: Gamboge. HEX triplet: EA, A4 and 05. RGB value is (234,164,5). Sum of RGB (Red+Green+Blue) = 234+164+5=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA405 is #155BFA. Grayscale: #A7A7A7. Windows color (decimal): -1399803 or 369898. OLE color: 369898.

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

Color convert

RGB 234 164 5 -
CMYK 0 0.30 0.98 0.08
HSL 41.66º 0.96% 0.47% -
HSV(B) 41.66º 0.98% 0.92% -
XYZ 47.23 44.05 6.16 -
YUV 166.8 36.69 175.93 -
System Red Green Blue C M Y K H S L
Decimal 234 164 5 0 0.30 0.98 0.08 41.66 0.96 0.47
Hex EA A4 5 0 1E 62 8 2A 60 2F
Octal 352 244 5 0 36 142 10 52 140 57
Binary 11101010 10100100 101 0 11110 1100010 1000 101010 1100000 101111

Color Harmonies of #EAA405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA405

Black with #EAA405

Text Example


Text Example

White with #EAA405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA405; }

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

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

background-color css

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

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

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

border-color css

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

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

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