Html Css Color HEX #E1DF01 Golden Yellow

📋 copy color: '#E1DF01'

red 225 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #E1DF01

Tints of Golden Yellow #E1DF01

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.67%

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

R = 50.11%
G = 49.67%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E1DF01 (or 0xE1DF01) is known color: Golden Yellow. HEX triplet: E1, DF and 01. RGB value is (225,223,1). Sum of RGB (Red+Green+Blue) = 225+223+1=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF01 is #1E20FE. Grayscale: #C7C7C7. Windows color (decimal): -1974527 or 122849. OLE color: 122849.

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

Color convert

RGB 225 223 1 -
CMYK 0 0.01 1.00 0.12
HSL 59.46º 0.99% 0.44% -
HSV(B) 59.46º 1% 0.88% -
XYZ 57.44 68.79 10.28 -
YUV 198.29 16.66 147.05 -
System Red Green Blue C M Y K H S L
Decimal 225 223 1 0 0.01 1.00 0.12 59.46 0.99 0.44
Hex E1 DF 1 0 1 64 C 3B 63 2C
Octal 341 337 1 0 1 144 14 73 143 54
Binary 11100001 11011111 1 0 1 1100100 1100 111011 1100011 101100

Color Harmonies of #E1DF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF01

Black with #E1DF01

Text Example


Text Example

White with #E1DF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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