Html Css Color HEX #E2E002 Golden Yellow

📋 copy color: '#E2E002'

red 226 ◦ green 224 ◦ blue 2

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

Shades of Golden Yellow #E2E002

Tints of Golden Yellow #E2E002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

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

R = 50%
G = 49.56%
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

#E2E002 (or 0xE2E002) is known color: Golden Yellow. HEX triplet: E2, E0 and 02. RGB value is (226,224,2). Sum of RGB (Red+Green+Blue) = 226+224+2=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E002 is #1D1FFD. Grayscale: #C8C8C8. Windows color (decimal): -1908734 or 188642. OLE color: 188642.

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

Color convert

RGB 226 224 2 -
CMYK 0 0.01 0.99 0.11
HSL 59.46º 0.98% 0.45% -
HSV(B) 59.46º 0.99% 0.89% -
XYZ 58.03 69.48 10.41 -
YUV 199.29 16.66 147.05 -
System Red Green Blue C M Y K H S L
Decimal 226 224 2 0 0.01 0.99 0.11 59.46 0.98 0.45
Hex E2 E0 2 0 1 63 B 3B 62 2D
Octal 342 340 2 0 1 143 13 73 142 55
Binary 11100010 11100000 10 0 1 1100011 1011 111011 1100010 101101

Color Harmonies of #E2E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E002

Black with #E2E002

Text Example


Text Example

White with #E2E002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E002; }

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

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

background-color css

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

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

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

border-color css

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

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

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