Html Css Color HEX #E5ED2D Golden Fizz

📋 copy color: '#E5ED2D'

red 229 ◦ green 237 ◦ blue 45

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

Shades of Golden Fizz #E5ED2D

Tints of Golden Fizz #E5ED2D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.38%

 BLUE value IS 45 (17.97% from 255) = 8.81%

R = 44.81%
G = 46.38%
B = 8.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#E5ED2D (or 0xE5ED2D) is known color: Golden Fizz. HEX triplet: E5, ED and 2D. RGB value is (229,237,45). Sum of RGB (Red+Green+Blue) = 229+237+45=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5ED2D is #1A12D2. Grayscale: #D5D5D5. Windows color (decimal): -1708755 or 3010021. OLE color: 3010021.

HSL color Cylindrical-coordinate representation of color #E5ED2D: hue angle of 62.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5ED2D is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 237 45 -
CMYK 0.03 0 0.81 0.07
HSL 62.5º 0.84% 0.55% -
HSV(B) 62.5º 0.81% 0.93% -
XYZ 63.07 77.42 14.1 -
YUV 212.72 33.35 139.61 -
System Red Green Blue C M Y K H S L
Decimal 229 237 45 0.03 0 0.81 0.07 62.5 0.84 0.55
Hex E5 ED 2D 3 0 51 7 3F 54 37
Octal 345 355 55 3 0 121 7 77 124 67
Binary 11100101 11101101 101101 11 0 1010001 111 111111 1010100 110111

Color Harmonies of #E5ED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ED2D

Black with #E5ED2D

Text Example


Text Example

White with #E5ED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ED2D; }

 p { color: rgb(229,237,45); }

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

background-color css

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

 a { background-color: rgb(229,237,45); }

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

border-color css

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

 span { border-color: rgb(229,237,45); }

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