Html Css Color HEX #EDE533 Golden Fizz

📋 copy color: '#EDE533'

red 237 ◦ green 229 ◦ blue 51

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

Shades of Golden Fizz #EDE533

Tints of Golden Fizz #EDE533

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

 GREEN value IS 229 (89.84% from 255) = 44.29%

 BLUE value IS 51 (20.31% from 255) = 9.86%

R = 45.84%
G = 44.29%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDE533 (or 0xEDE533) is known color: Golden Fizz. HEX triplet: ED, E5 and 33. RGB value is (237,229,51). Sum of RGB (Red+Green+Blue) = 237+229+51=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 51 (20.31% from 255 or 9.86% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE533 is #121ACC. Grayscale: #D3D3D3. Windows color (decimal): -1186509 or 3401197. OLE color: 3401197.

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

Color convert

RGB 237 229 51 -
CMYK 0 0.03 0.78 0.07
HSL 57.42º 0.84% 0.56% -
HSV(B) 57.42º 0.78% 0.93% -
XYZ 63.54 74.28 14.12 -
YUV 211.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 237 229 51 0 0.03 0.78 0.07 57.42 0.84 0.56
Hex ED E5 33 0 3 4E 7 39 54 38
Octal 355 345 63 0 3 116 7 71 124 70
Binary 11101101 11100101 110011 0 11 1001110 111 111001 1010100 111000

Color Harmonies of #EDE533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE533

Black with #EDE533

Text Example


Text Example

White with #EDE533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE533; }

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

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

background-color css

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

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

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

border-color css

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

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

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