Html Css Color HEX #EAA309 Gamboge

📋 copy color: '#EAA309'

red 234 ◦ green 163 ◦ blue 9

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

Shades of Gamboge #EAA309

Tints of Gamboge #EAA309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.22%

R = 57.64%
G = 40.15%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAA309 (or 0xEAA309) is known color: Gamboge. HEX triplet: EA, A3 and 09. RGB value is (234,163,9). Sum of RGB (Red+Green+Blue) = 234+163+9=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA309 is #155CF6. Grayscale: #A7A7A7. Windows color (decimal): -1400055 or 631786. OLE color: 631786.

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

Color convert

RGB 234 163 9 -
CMYK 0 0.30 0.96 0.08
HSL 41.07º 0.93% 0.48% -
HSV(B) 41.07º 0.96% 0.92% -
XYZ 47.08 43.71 6.21 -
YUV 166.67 39.02 176.02 -
System Red Green Blue C M Y K H S L
Decimal 234 163 9 0 0.30 0.96 0.08 41.07 0.93 0.48
Hex EA A3 9 0 1E 60 8 29 5D 30
Octal 352 243 11 0 36 140 10 51 135 60
Binary 11101010 10100011 1001 0 11110 1100000 1000 101001 1011101 110000

Color Harmonies of #EAA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA309

Black with #EAA309

Text Example


Text Example

White with #EAA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA309; }

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

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

background-color css

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

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

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

border-color css

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

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

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