Html Css Color HEX #E0E215 Golden Fizz

📋 copy color: '#E0E215'

red 224 ◦ green 226 ◦ blue 21

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

Shades of Golden Fizz #E0E215

Tints of Golden Fizz #E0E215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 21 (8.59% from 255) = 4.46%

R = 47.56%
G = 47.98%
B = 4.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E0E215 (or 0xE0E215) is known color: Golden Fizz. HEX triplet: E0, E2 and 15. RGB value is (224,226,21). Sum of RGB (Red+Green+Blue) = 224+226+21=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E215 is #1F1DEA. Grayscale: #CACACA. Windows color (decimal): -2039275 or 1434336. OLE color: 1434336.

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

Color convert

RGB 224 226 21 -
CMYK 0.01 0 0.91 0.11
HSL 60.59º 0.83% 0.48% -
HSV(B) 60.59º 0.91% 0.89% -
XYZ 58.07 70.29 11.22 -
YUV 202.03 25.84 143.67 -
System Red Green Blue C M Y K H S L
Decimal 224 226 21 0.01 0 0.91 0.11 60.59 0.83 0.48
Hex E0 E2 15 1 0 5B B 3D 53 30
Octal 340 342 25 1 0 133 13 75 123 60
Binary 11100000 11100010 10101 1 0 1011011 1011 111101 1010011 110000

Color Harmonies of #E0E215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E215

Black with #E0E215

Text Example


Text Example

White with #E0E215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E215; }

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

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

background-color css

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

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

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

border-color css

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

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

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