Html Css Color HEX #EAAD15 Gamboge

📋 copy color: '#EAAD15'

red 234 ◦ green 173 ◦ blue 21

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

Shades of Gamboge #EAAD15

Tints of Gamboge #EAAD15

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 54.67%
G = 40.42%
B = 4.91%

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

#EAAD15 (or 0xEAAD15) is known color: Gamboge. HEX triplet: EA, AD and 15. RGB value is (234,173,21). Sum of RGB (Red+Green+Blue) = 234+173+21=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAD15 is #1552EA. Grayscale: #AEAEAE. Windows color (decimal): -1397483 or 1420778. OLE color: 1420778.

HSL color Cylindrical-coordinate representation of color #EAAD15: hue angle of 42.82º 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 #EAAD15 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 21 -
CMYK 0 0.26 0.91 0.08
HSL 42.82º 0.84% 0.5% -
HSV(B) 42.82º 0.91% 0.92% -
XYZ 49.01 47.43 7.28 -
YUV 173.91 41.71 170.86 -
System Red Green Blue C M Y K H S L
Decimal 234 173 21 0 0.26 0.91 0.08 42.82 0.84 0.5
Hex EA AD 15 0 1A 5B 8 2B 54 32
Octal 352 255 25 0 32 133 10 53 124 62
Binary 11101010 10101101 10101 0 11010 1011011 1000 101011 1010100 110010

Color Harmonies of #EAAD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD15

Black with #EAAD15

Text Example


Text Example

White with #EAAD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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