Html Css Color HEX #EAA40C Gamboge

📋 copy color: '#EAA40C'

red 234 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #EAA40C

Tints of Gamboge #EAA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 57.07%
G = 40%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAA40C (or 0xEAA40C) is known color: Gamboge. HEX triplet: EA, A4 and 0C. RGB value is (234,164,12). Sum of RGB (Red+Green+Blue) = 234+164+12=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA40C is #155BF3. Grayscale: #A8A8A8. Windows color (decimal): -1399796 or 828650. OLE color: 828650.

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

Color convert

RGB 234 164 12 -
CMYK 0 0.30 0.95 0.08
HSL 41.08º 0.9% 0.48% -
HSV(B) 41.08º 0.95% 0.92% -
XYZ 47.27 44.07 6.36 -
YUV 167.6 40.19 175.36 -
System Red Green Blue C M Y K H S L
Decimal 234 164 12 0 0.30 0.95 0.08 41.08 0.9 0.48
Hex EA A4 C 0 1E 5F 8 29 5A 30
Octal 352 244 14 0 36 137 10 51 132 60
Binary 11101010 10100100 1100 0 11110 1011111 1000 101001 1011010 110000

Color Harmonies of #EAA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA40C

Black with #EAA40C

Text Example


Text Example

White with #EAA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA40C; }

 p { color: rgb(234,164,12); }

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

background-color css

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

 a { background-color: rgb(234,164,12); }

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

border-color css

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

 span { border-color: rgb(234,164,12); }

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