Html Css Color HEX #E2DD04 Golden Yellow

📋 copy color: '#E2DD04'

red 226 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #E2DD04

Tints of Golden Yellow #E2DD04

RGB

 RED value IS 226 (88.67% from 255) = 50.11%

 GREEN value IS 221 (86.72% from 255) = 49%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 50.11%
G = 49%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2DD04 (or 0xE2DD04) is known color: Golden Yellow. HEX triplet: E2, DD and 04. RGB value is (226,221,4). Sum of RGB (Red+Green+Blue) = 226+221+4=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD04 is #1D22FB. Grayscale: #C6C6C6. Windows color (decimal): -1909500 or 318946. OLE color: 318946.

HSL color Cylindrical-coordinate representation of color #E2DD04: hue angle of 58.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2DD04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 4 -
CMYK 0 0.02 0.98 0.11
HSL 58.65º 0.97% 0.45% -
HSV(B) 58.65º 0.98% 0.89% -
XYZ 57.24 67.89 10.2 -
YUV 197.76 18.66 148.14 -
System Red Green Blue C M Y K H S L
Decimal 226 221 4 0 0.02 0.98 0.11 58.65 0.97 0.45
Hex E2 DD 4 0 2 62 B 3B 61 2D
Octal 342 335 4 0 2 142 13 73 141 55
Binary 11100010 11011101 100 0 10 1100010 1011 111011 1100001 101101

Color Harmonies of #E2DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD04

Black with #E2DD04

Text Example


Text Example

White with #E2DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD04; }

 p { color: rgb(226,221,4); }

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

background-color css

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

 a { background-color: rgb(226,221,4); }

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

border-color css

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

 span { border-color: rgb(226,221,4); }

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