Html Css Color HEX #EAA308 Gamboge

📋 copy color: '#EAA308'

red 234 ◦ green 163 ◦ blue 8

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

Shades of Gamboge #EAA308

Tints of Gamboge #EAA308

RGB

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

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

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

R = 57.78%
G = 40.25%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAA308 (or 0xEAA308) is known color: Gamboge. HEX triplet: EA, A3 and 08. RGB value is (234,163,8). Sum of RGB (Red+Green+Blue) = 234+163+8=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA308 is #155CF7. Grayscale: #A7A7A7. Windows color (decimal): -1400056 or 566250. OLE color: 566250.

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

Color convert

RGB 234 163 8 -
CMYK 0 0.30 0.97 0.08
HSL 41.15º 0.93% 0.47% -
HSV(B) 41.15º 0.97% 0.92% -
XYZ 47.07 43.7 6.18 -
YUV 166.56 38.52 176.1 -
System Red Green Blue C M Y K H S L
Decimal 234 163 8 0 0.30 0.97 0.08 41.15 0.93 0.47
Hex EA A3 8 0 1E 61 8 29 5D 2F
Octal 352 243 10 0 36 141 10 51 135 57
Binary 11101010 10100011 1000 0 11110 1100001 1000 101001 1011101 101111

Color Harmonies of #EAA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA308

Black with #EAA308

Text Example


Text Example

White with #EAA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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