Html Css Color HEX #E5DF32 Golden Fizz

📋 copy color: '#E5DF32'

red 229 ◦ green 223 ◦ blue 50

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

Shades of Golden Fizz #E5DF32

Tints of Golden Fizz #E5DF32

RGB

 RED value IS 229 (89.84% from 255) = 45.62%

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

 BLUE value IS 50 (19.92% from 255) = 9.96%

R = 45.62%
G = 44.42%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5DF32 (or 0xE5DF32) is known color: Golden Fizz. HEX triplet: E5, DF and 32. RGB value is (229,223,50). Sum of RGB (Red+Green+Blue) = 229+223+50=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DF32 is #1A20CD. Grayscale: #CDCDCD. Windows color (decimal): -1712334 or 3334117. OLE color: 3334117.

HSL color Cylindrical-coordinate representation of color #E5DF32: hue angle of 57.99º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5DF32 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 223 50 -
CMYK 0 0.03 0.78 0.10
HSL 57.99º 0.77% 0.55% -
HSV(B) 57.99º 0.78% 0.9% -
XYZ 59.28 69.66 13.34 -
YUV 205.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 229 223 50 0 0.03 0.78 0.10 57.99 0.77 0.55
Hex E5 DF 32 0 3 4E A 3A 4D 37
Octal 345 337 62 0 3 116 12 72 115 67
Binary 11100101 11011111 110010 0 11 1001110 1010 111010 1001101 110111

Color Harmonies of #E5DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DF32

Black with #E5DF32

Text Example


Text Example

White with #E5DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DF32; }

 p { color: rgb(229,223,50); }

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

background-color css

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

 a { background-color: rgb(229,223,50); }

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

border-color css

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

 span { border-color: rgb(229,223,50); }

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