Html Css Color HEX #EAA306 Gamboge

📋 copy color: '#EAA306'

red 234 ◦ green 163 ◦ blue 6

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

Shades of Gamboge #EAA306

Tints of Gamboge #EAA306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 58.06%
G = 40.45%
B = 1.49%

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

#EAA306 (or 0xEAA306) is known color: Gamboge. HEX triplet: EA, A3 and 06. RGB value is (234,163,6). Sum of RGB (Red+Green+Blue) = 234+163+6=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA306 is #155CF9. Grayscale: #A7A7A7. Windows color (decimal): -1400058 or 435178. OLE color: 435178.

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

Color convert

RGB 234 163 6 -
CMYK 0 0.30 0.97 0.08
HSL 41.32º 0.95% 0.47% -
HSV(B) 41.32º 0.97% 0.92% -
XYZ 47.06 43.7 6.13 -
YUV 166.33 37.52 176.27 -
System Red Green Blue C M Y K H S L
Decimal 234 163 6 0 0.30 0.97 0.08 41.32 0.95 0.47
Hex EA A3 6 0 1E 61 8 29 5F 2F
Octal 352 243 6 0 36 141 10 51 137 57
Binary 11101010 10100011 110 0 11110 1100001 1000 101001 1011111 101111

Color Harmonies of #EAA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA306

Black with #EAA306

Text Example


Text Example

White with #EAA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA306; }

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

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

background-color css

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

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

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

border-color css

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

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

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