Html Css Color HEX #EAAC15 Gamboge

📋 copy color: '#EAAC15'

red 234 ◦ green 172 ◦ blue 21

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

Shades of Gamboge #EAAC15

Tints of Gamboge #EAAC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 54.8%
G = 40.28%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAAC15 (or 0xEAAC15) is known color: Gamboge. HEX triplet: EA, AC and 15. RGB value is (234,172,21). Sum of RGB (Red+Green+Blue) = 234+172+21=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAC15 is #1553EA. Grayscale: #ADADAD. Windows color (decimal): -1397739 or 1420522. OLE color: 1420522.

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

Color convert

RGB 234 172 21 -
CMYK 0 0.26 0.91 0.08
HSL 42.54º 0.84% 0.5% -
HSV(B) 42.54º 0.91% 0.92% -
XYZ 48.82 47.05 7.22 -
YUV 173.32 42.04 171.28 -
System Red Green Blue C M Y K H S L
Decimal 234 172 21 0 0.26 0.91 0.08 42.54 0.84 0.5
Hex EA AC 15 0 1A 5B 8 2B 54 32
Octal 352 254 25 0 32 133 10 53 124 62
Binary 11101010 10101100 10101 0 11010 1011011 1000 101011 1010100 110010

Color Harmonies of #EAAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC15

Black with #EAAC15

Text Example


Text Example

White with #EAAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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