Html Css Color HEX #EDEC32 Golden Fizz

📋 copy color: '#EDEC32'

red 237 ◦ green 236 ◦ blue 50

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

Shades of Golden Fizz #EDEC32

Tints of Golden Fizz #EDEC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.12%

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

R = 45.32%
G = 45.12%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDEC32 (or 0xEDEC32) is known color: Golden Fizz. HEX triplet: ED, EC and 32. RGB value is (237,236,50). Sum of RGB (Red+Green+Blue) = 237+236+50=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC32 is #1213CD. Grayscale: #D7D7D7. Windows color (decimal): -1184718 or 3337453. OLE color: 3337453.

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

Color convert

RGB 237 236 50 -
CMYK 0 0.00 0.79 0.07
HSL 59.68º 0.84% 0.56% -
HSV(B) 59.68º 0.79% 0.93% -
XYZ 65.5 78.23 14.66 -
YUV 215.1 34.83 143.62 -
System Red Green Blue C M Y K H S L
Decimal 237 236 50 0 0.00 0.79 0.07 59.68 0.84 0.56
Hex ED EC 32 0 0 4F 7 3C 54 38
Octal 355 354 62 0 0 117 7 74 124 70
Binary 11101101 11101100 110010 0 0 1001111 111 111100 1010100 111000

Color Harmonies of #EDEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC32

Black with #EDEC32

Text Example


Text Example

White with #EDEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC32; }

 p { color: rgb(237,236,50); }

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

background-color css

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

 a { background-color: rgb(237,236,50); }

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

border-color css

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

 span { border-color: rgb(237,236,50); }

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