Html Css Color HEX #EDEE33 Golden Fizz

📋 copy color: '#EDEE33'

red 237 ◦ green 238 ◦ blue 51

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

Shades of Golden Fizz #EDEE33

Tints of Golden Fizz #EDEE33

RGB

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

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

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

R = 45.06%
G = 45.25%
B = 9.7%

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

#EDEE33 (or 0xEDEE33) is known color: Golden Fizz. HEX triplet: ED, EE and 33. RGB value is (237,238,51). Sum of RGB (Red+Green+Blue) = 237+238+51=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE33 is #1211CC. Grayscale: #D9D9D9. Windows color (decimal): -1184205 or 3403501. OLE color: 3403501.

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

Color convert

RGB 237 238 51 -
CMYK 0.00 0 0.79 0.07
HSL 60.32º 0.85% 0.57% -
HSV(B) 60.32º 0.79% 0.93% -
XYZ 66.1 79.39 14.97 -
YUV 216.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 237 238 51 0.00 0 0.79 0.07 60.32 0.85 0.57
Hex ED EE 33 0 0 4F 7 3C 55 39
Octal 355 356 63 0 0 117 7 74 125 71
Binary 11101101 11101110 110011 0 0 1001111 111 111100 1010101 111001

Color Harmonies of #EDEE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE33

Black with #EDEE33

Text Example


Text Example

White with #EDEE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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