Html Css Color HEX #EDE536 Golden Fizz

📋 copy color: '#EDE536'

red 237 ◦ green 229 ◦ blue 54

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

Shades of Golden Fizz #EDE536

Tints of Golden Fizz #EDE536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.38%

R = 45.58%
G = 44.04%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDE536 (or 0xEDE536) is known color: Golden Fizz. HEX triplet: ED, E5 and 36. RGB value is (237,229,54). Sum of RGB (Red+Green+Blue) = 237+229+54=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 54 (21.48% from 255 or 10.38% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE536 is #121AC9. Grayscale: #D4D4D4. Windows color (decimal): -1186506 or 3597805. OLE color: 3597805.

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

Color convert

RGB 237 229 54 -
CMYK 0 0.03 0.77 0.07
HSL 57.38º 0.84% 0.57% -
HSV(B) 57.38º 0.77% 0.93% -
XYZ 63.61 74.31 14.48 -
YUV 211.44 39.15 146.23 -
System Red Green Blue C M Y K H S L
Decimal 237 229 54 0 0.03 0.77 0.07 57.38 0.84 0.57
Hex ED E5 36 0 3 4D 7 39 54 39
Octal 355 345 66 0 3 115 7 71 124 71
Binary 11101101 11100101 110110 0 11 1001101 111 111001 1010100 111001

Color Harmonies of #EDE536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE536

Black with #EDE536

Text Example


Text Example

White with #EDE536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE536; }

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

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

background-color css

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

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

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

border-color css

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

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

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