Html Css Color HEX #EDEE32 Golden Fizz

📋 copy color: '#EDEE32'

red 237 ◦ green 238 ◦ blue 50

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

Shades of Golden Fizz #EDEE32

Tints of Golden Fizz #EDEE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.33%

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

R = 45.14%
G = 45.33%
B = 9.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDEE32 (or 0xEDEE32) is known color: Golden Fizz. HEX triplet: ED, EE and 32. RGB value is (237,238,50). Sum of RGB (Red+Green+Blue) = 237+238+50=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE32 is #1211CD. Grayscale: #D9D9D9. Windows color (decimal): -1184206 or 3337965. OLE color: 3337965.

HSL color Cylindrical-coordinate representation of color #EDEE32: hue angle of 60.32º degrees, saturation: 0.85, 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 #EDEE32 is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 50 -
CMYK 0.00 0 0.79 0.07
HSL 60.32º 0.85% 0.56% -
HSV(B) 60.32º 0.79% 0.93% -
XYZ 66.08 79.38 14.86 -
YUV 216.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 237 238 50 0.00 0 0.79 0.07 60.32 0.85 0.56
Hex ED EE 32 0 0 4F 7 3C 55 38
Octal 355 356 62 0 0 117 7 74 125 70
Binary 11101101 11101110 110010 0 0 1001111 111 111100 1010101 111000

Color Harmonies of #EDEE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE32

Black with #EDEE32

Text Example


Text Example

White with #EDEE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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