Html Css Color HEX #EAAC0F Gamboge

📋 copy color: '#EAAC0F'

red 234 ◦ green 172 ◦ blue 15

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

Shades of Gamboge #EAAC0F

Tints of Gamboge #EAAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 55.58%
G = 40.86%
B = 3.56%

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

#EAAC0F (or 0xEAAC0F) is known color: Gamboge. HEX triplet: EA, AC and 0F. RGB value is (234,172,15). Sum of RGB (Red+Green+Blue) = 234+172+15=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAC0F is #1553F0. Grayscale: #ADADAD. Windows color (decimal): -1397745 or 1027306. OLE color: 1027306.

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

Color convert

RGB 234 172 15 -
CMYK 0 0.26 0.94 0.08
HSL 43.01º 0.88% 0.49% -
HSV(B) 43.01º 0.94% 0.92% -
XYZ 48.77 47.03 6.96 -
YUV 172.64 39.04 171.77 -
System Red Green Blue C M Y K H S L
Decimal 234 172 15 0 0.26 0.94 0.08 43.01 0.88 0.49
Hex EA AC F 0 1A 5E 8 2B 58 31
Octal 352 254 17 0 32 136 10 53 130 61
Binary 11101010 10101100 1111 0 11010 1011110 1000 101011 1011000 110001

Color Harmonies of #EAAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC0F

Black with #EAAC0F

Text Example


Text Example

White with #EAAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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