Html Css Color HEX #E0A902 Gamboge

📋 copy color: '#E0A902'

red 224 ◦ green 169 ◦ blue 2

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

Shades of Gamboge #E0A902

Tints of Gamboge #E0A902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

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

R = 56.71%
G = 42.78%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0A902 (or 0xE0A902) is known color: Gamboge. HEX triplet: E0, A9 and 02. RGB value is (224,169,2). Sum of RGB (Red+Green+Blue) = 224+169+2=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A902 is #1F56FD. Grayscale: #A7A7A7. Windows color (decimal): -2053886 or 174560. OLE color: 174560.

HSL color Cylindrical-coordinate representation of color #E0A902: hue angle of 45.14º 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 #E0A902 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 169 2 -
CMYK 0 0.25 0.99 0.12
HSL 45.14º 0.98% 0.44% -
HSV(B) 45.14º 0.99% 0.88% -
XYZ 44.94 44.23 6.23 -
YUV 166.41 35.22 169.08 -
System Red Green Blue C M Y K H S L
Decimal 224 169 2 0 0.25 0.99 0.12 45.14 0.98 0.44
Hex E0 A9 2 0 19 63 C 2D 62 2C
Octal 340 251 2 0 31 143 14 55 142 54
Binary 11100000 10101001 10 0 11001 1100011 1100 101101 1100010 101100

Color Harmonies of #E0A902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A902

Black with #E0A902

Text Example


Text Example

White with #E0A902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A902; }

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

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

background-color css

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

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

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

border-color css

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

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

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