Html Css Color HEX #E2DE2F Golden Fizz

📋 copy color: '#E2DE2F'

red 226 ◦ green 222 ◦ blue 47

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

Shades of Golden Fizz #E2DE2F

Tints of Golden Fizz #E2DE2F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

 BLUE value IS 47 (18.75% from 255) = 9.49%

R = 45.66%
G = 44.85%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2DE2F (or 0xE2DE2F) is known color: Golden Fizz. HEX triplet: E2, DE and 2F. RGB value is (226,222,47). Sum of RGB (Red+Green+Blue) = 226+222+47=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DE2F is #1D21D0. Grayscale: #CBCBCB. Windows color (decimal): -1909201 or 3137250. OLE color: 3137250.

HSL color Cylindrical-coordinate representation of color #E2DE2F: hue angle of 58.66º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2DE2F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 47 -
CMYK 0 0.02 0.79 0.11
HSL 58.66º 0.76% 0.54% -
HSV(B) 58.66º 0.79% 0.89% -
XYZ 58 68.62 12.88 -
YUV 203.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 226 222 47 0 0.02 0.79 0.11 58.66 0.76 0.54
Hex E2 DE 2F 0 2 4F B 3B 4C 36
Octal 342 336 57 0 2 117 13 73 114 66
Binary 11100010 11011110 101111 0 10 1001111 1011 111011 1001100 110110

Color Harmonies of #E2DE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE2F

Black with #E2DE2F

Text Example


Text Example

White with #E2DE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE2F; }

 p { color: rgb(226,222,47); }

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

background-color css

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

 a { background-color: rgb(226,222,47); }

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

border-color css

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

 span { border-color: rgb(226,222,47); }

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