Html Css Color HEX #E0DF01 Golden Yellow

📋 copy color: '#E0DF01'

red 224 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #E0DF01

Tints of Golden Yellow #E0DF01

RGB

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

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

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

R = 50%
G = 49.78%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E0DF01 (or 0xE0DF01) is known color: Golden Yellow. HEX triplet: E0, DF and 01. RGB value is (224,223,1). Sum of RGB (Red+Green+Blue) = 224+223+1=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF01 is #1F20FE. Grayscale: #C6C6C6. Windows color (decimal): -2040063 or 122848. OLE color: 122848.

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

Color convert

RGB 224 223 1 -
CMYK 0 0.00 1.00 0.12
HSL 59.73º 0.99% 0.44% -
HSV(B) 59.73º 1% 0.88% -
XYZ 57.13 68.62 10.26 -
YUV 197.99 16.83 146.55 -
System Red Green Blue C M Y K H S L
Decimal 224 223 1 0 0.00 1.00 0.12 59.73 0.99 0.44
Hex E0 DF 1 0 0 64 C 3C 63 2C
Octal 340 337 1 0 0 144 14 74 143 54
Binary 11100000 11011111 1 0 0 1100100 1100 111100 1100011 101100

Color Harmonies of #E0DF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DF01

Black with #E0DF01

Text Example


Text Example

White with #E0DF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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