Html Css Color HEX #E0A602 Gamboge

📋 copy color: '#E0A602'

red 224 ◦ green 166 ◦ blue 2

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

Shades of Gamboge #E0A602

Tints of Gamboge #E0A602

RGB

 RED value IS 224 (87.89% from 255) = 57.14%

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 57.14%
G = 42.35%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0A602 (or 0xE0A602) is known color: Gamboge. HEX triplet: E0, A6 and 02. RGB value is (224,166,2). Sum of RGB (Red+Green+Blue) = 224+166+2=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A602 is #1F59FD. Grayscale: #A5A5A5. Windows color (decimal): -2054654 or 173792. OLE color: 173792.

HSL color Cylindrical-coordinate representation of color #E0A602: hue angle of 44.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0A602 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 166 2 -
CMYK 0 0.26 0.99 0.12
HSL 44.32º 0.98% 0.44% -
HSV(B) 44.32º 0.99% 0.88% -
XYZ 44.39 43.12 6.04 -
YUV 164.65 36.22 170.34 -
System Red Green Blue C M Y K H S L
Decimal 224 166 2 0 0.26 0.99 0.12 44.32 0.98 0.44
Hex E0 A6 2 0 1A 63 C 2C 62 2C
Octal 340 246 2 0 32 143 14 54 142 54
Binary 11100000 10100110 10 0 11010 1100011 1100 101100 1100010 101100

Color Harmonies of #E0A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A602

Black with #E0A602

Text Example


Text Example

White with #E0A602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A602; }

 p { color: rgb(224,166,2); }

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

background-color css

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

 a { background-color: rgb(224,166,2); }

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

border-color css

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

 span { border-color: rgb(224,166,2); }

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