Html Css Color HEX #EAAC0D Gamboge

📋 copy color: '#EAAC0D'

red 234 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #EAAC0D

Tints of Gamboge #EAAC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 55.85%
G = 41.05%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAAC0D (or 0xEAAC0D) is known color: Gamboge. HEX triplet: EA, AC and 0D. RGB value is (234,172,13). Sum of RGB (Red+Green+Blue) = 234+172+13=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAC0D is #1553F2. Grayscale: #ADADAD. Windows color (decimal): -1397747 or 896234. OLE color: 896234.

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

Color convert

RGB 234 172 13 -
CMYK 0 0.26 0.94 0.08
HSL 43.17º 0.89% 0.48% -
HSV(B) 43.17º 0.94% 0.92% -
XYZ 48.76 47.03 6.89 -
YUV 172.41 38.04 171.93 -
System Red Green Blue C M Y K H S L
Decimal 234 172 13 0 0.26 0.94 0.08 43.17 0.89 0.48
Hex EA AC D 0 1A 5E 8 2B 59 30
Octal 352 254 15 0 32 136 10 53 131 60
Binary 11101010 10101100 1101 0 11010 1011110 1000 101011 1011001 110000

Color Harmonies of #EAAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC0D

Black with #EAAC0D

Text Example


Text Example

White with #EAAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC0D; }

 p { color: rgb(234,172,13); }

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

background-color css

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

 a { background-color: rgb(234,172,13); }

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

border-color css

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

 span { border-color: rgb(234,172,13); }

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