Html Css Color HEX #E1DD01 Golden Yellow

📋 copy color: '#E1DD01'

red 225 ◦ green 221 ◦ blue 1

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

Shades of Golden Yellow #E1DD01

Tints of Golden Yellow #E1DD01

RGB

 RED value IS 225 (88.28% from 255) = 50.34%

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 50.34%
G = 49.44%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E1DD01 (or 0xE1DD01) is known color: Golden Yellow. HEX triplet: E1, DD and 01. RGB value is (225,221,1). Sum of RGB (Red+Green+Blue) = 225+221+1=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DD01 is #1E22FE. Grayscale: #C6C6C6. Windows color (decimal): -1975039 or 122337. OLE color: 122337.

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

Color convert

RGB 225 221 1 -
CMYK 0 0.02 1.00 0.12
HSL 58.93º 0.99% 0.44% -
HSV(B) 58.93º 1% 0.88% -
XYZ 56.91 67.72 10.1 -
YUV 197.12 17.33 147.89 -
System Red Green Blue C M Y K H S L
Decimal 225 221 1 0 0.02 1.00 0.12 58.93 0.99 0.44
Hex E1 DD 1 0 2 64 C 3B 63 2C
Octal 341 335 1 0 2 144 14 73 143 54
Binary 11100001 11011101 1 0 10 1100100 1100 111011 1100011 101100

Color Harmonies of #E1DD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD01

Black with #E1DD01

Text Example


Text Example

White with #E1DD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD01; }

 p { color: rgb(225,221,1); }

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

background-color css

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

 a { background-color: rgb(225,221,1); }

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

border-color css

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

 span { border-color: rgb(225,221,1); }

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