Html Css Color HEX #EAA508 Gamboge

📋 copy color: '#EAA508'

red 234 ◦ green 165 ◦ blue 8

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

Shades of Gamboge #EAA508

Tints of Gamboge #EAA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 8 (3.52% from 255) = 1.97%

R = 57.49%
G = 40.54%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAA508 (or 0xEAA508) is known color: Gamboge. HEX triplet: EA, A5 and 08. RGB value is (234,165,8). Sum of RGB (Red+Green+Blue) = 234+165+8=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA508 is #155AF7. Grayscale: #A8A8A8. Windows color (decimal): -1399544 or 566762. OLE color: 566762.

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

Color convert

RGB 234 165 8 -
CMYK 0 0.29 0.97 0.08
HSL 41.68º 0.93% 0.47% -
HSV(B) 41.68º 0.97% 0.92% -
XYZ 47.43 44.42 6.3 -
YUV 167.73 37.86 175.27 -
System Red Green Blue C M Y K H S L
Decimal 234 165 8 0 0.29 0.97 0.08 41.68 0.93 0.47
Hex EA A5 8 0 1D 61 8 2A 5D 2F
Octal 352 245 10 0 35 141 10 52 135 57
Binary 11101010 10100101 1000 0 11101 1100001 1000 101010 1011101 101111

Color Harmonies of #EAA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA508

Black with #EAA508

Text Example


Text Example

White with #EAA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA508; }

 p { color: rgb(234,165,8); }

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

background-color css

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

 a { background-color: rgb(234,165,8); }

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

border-color css

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

 span { border-color: rgb(234,165,8); }

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