Html Css Color HEX #E2DF05 Golden Yellow

📋 copy color: '#E2DF05'

red 226 ◦ green 223 ◦ blue 5

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

Shades of Golden Yellow #E2DF05

Tints of Golden Yellow #E2DF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 49.78%
G = 49.12%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2DF05 (or 0xE2DF05) is known color: Golden Yellow. HEX triplet: E2, DF and 05. RGB value is (226,223,5). Sum of RGB (Red+Green+Blue) = 226+223+5=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DF05 is #1D20FA. Grayscale: #C7C7C7. Windows color (decimal): -1908987 or 384994. OLE color: 384994.

HSL color Cylindrical-coordinate representation of color #E2DF05: hue angle of 59.19º degrees, saturation: 0.96, 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 #E2DF05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 223 5 -
CMYK 0 0.01 0.98 0.11
HSL 59.19º 0.96% 0.45% -
HSV(B) 59.19º 0.98% 0.89% -
XYZ 57.78 68.96 10.41 -
YUV 199.05 18.49 147.23 -
System Red Green Blue C M Y K H S L
Decimal 226 223 5 0 0.01 0.98 0.11 59.19 0.96 0.45
Hex E2 DF 5 0 1 62 B 3B 60 2D
Octal 342 337 5 0 1 142 13 73 140 55
Binary 11100010 11011111 101 0 1 1100010 1011 111011 1100000 101101

Color Harmonies of #E2DF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF05

Black with #E2DF05

Text Example


Text Example

White with #E2DF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF05; }

 p { color: rgb(226,223,5); }

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

background-color css

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

 a { background-color: rgb(226,223,5); }

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

border-color css

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

 span { border-color: rgb(226,223,5); }

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