Html Css Color HEX #E2DF02 Golden Yellow

📋 copy color: '#E2DF02'

red 226 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #E2DF02

Tints of Golden Yellow #E2DF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 50.11%
G = 49.45%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E2DF02 (or 0xE2DF02) is known color: Golden Yellow. HEX triplet: E2, DF and 02. RGB value is (226,223,2). Sum of RGB (Red+Green+Blue) = 226+223+2=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DF02 is #1D20FD. Grayscale: #C7C7C7. Windows color (decimal): -1908990 or 188386. OLE color: 188386.

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

Color convert

RGB 226 223 2 -
CMYK 0 0.01 0.99 0.11
HSL 59.2º 0.98% 0.45% -
HSV(B) 59.2º 0.99% 0.89% -
XYZ 57.76 68.95 10.32 -
YUV 198.7 16.99 147.47 -
System Red Green Blue C M Y K H S L
Decimal 226 223 2 0 0.01 0.99 0.11 59.2 0.98 0.45
Hex E2 DF 2 0 1 63 B 3B 62 2D
Octal 342 337 2 0 1 143 13 73 142 55
Binary 11100010 11011111 10 0 1 1100011 1011 111011 1100010 101101

Color Harmonies of #E2DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF02

Black with #E2DF02

Text Example


Text Example

White with #E2DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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