Html Css Color HEX #EAA307 Gamboge

📋 copy color: '#EAA307'

red 234 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #EAA307

Tints of Gamboge #EAA307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 57.92%
G = 40.35%
B = 1.73%

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

#EAA307 (or 0xEAA307) is known color: Gamboge. HEX triplet: EA, A3 and 07. RGB value is (234,163,7). Sum of RGB (Red+Green+Blue) = 234+163+7=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA307 is #155CF8. Grayscale: #A7A7A7. Windows color (decimal): -1400057 or 500714. OLE color: 500714.

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

Color convert

RGB 234 163 7 -
CMYK 0 0.30 0.97 0.08
HSL 41.23º 0.94% 0.47% -
HSV(B) 41.23º 0.97% 0.92% -
XYZ 47.07 43.7 6.16 -
YUV 166.45 38.02 176.18 -
System Red Green Blue C M Y K H S L
Decimal 234 163 7 0 0.30 0.97 0.08 41.23 0.94 0.47
Hex EA A3 7 0 1E 61 8 29 5E 2F
Octal 352 243 7 0 36 141 10 51 136 57
Binary 11101010 10100011 111 0 11110 1100001 1000 101001 1011110 101111

Color Harmonies of #EAA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA307

Black with #EAA307

Text Example


Text Example

White with #EAA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA307; }

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

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

background-color css

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

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

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

border-color css

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

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

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