Html Css Color HEX #E0D902 Golden Yellow

📋 copy color: '#E0D902'

red 224 ◦ green 217 ◦ blue 2

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

Shades of Golden Yellow #E0D902

Tints of Golden Yellow #E0D902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

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

R = 50.56%
G = 48.98%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0D902 (or 0xE0D902) is known color: Golden Yellow. HEX triplet: E0, D9 and 02. RGB value is (224,217,2). Sum of RGB (Red+Green+Blue) = 224+217+2=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D902 is #1F26FD. Grayscale: #C3C3C3. Windows color (decimal): -2041598 or 186848. OLE color: 186848.

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

Color convert

RGB 224 217 2 -
CMYK 0 0.03 0.99 0.12
HSL 58.11º 0.98% 0.44% -
HSV(B) 58.11º 0.99% 0.88% -
XYZ 55.56 65.48 9.77 -
YUV 194.58 19.32 148.98 -
System Red Green Blue C M Y K H S L
Decimal 224 217 2 0 0.03 0.99 0.12 58.11 0.98 0.44
Hex E0 D9 2 0 3 63 C 3A 62 2C
Octal 340 331 2 0 3 143 14 72 142 54
Binary 11100000 11011001 10 0 11 1100011 1100 111010 1100010 101100

Color Harmonies of #E0D902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D902

Black with #E0D902

Text Example


Text Example

White with #E0D902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D902; }

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

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

background-color css

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

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

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

border-color css

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

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

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