Html Css Color HEX #EDDF39 Golden Fizz

📋 copy color: '#EDDF39'

red 237 ◦ green 223 ◦ blue 57

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

Shades of Golden Fizz #EDDF39

Tints of Golden Fizz #EDDF39

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 57 (22.66% from 255) = 11.03%

R = 45.84%
G = 43.13%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDDF39 (or 0xEDDF39) is known color: Golden Fizz. HEX triplet: ED, DF and 39. RGB value is (237,223,57). Sum of RGB (Red+Green+Blue) = 237+223+57=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 57 (22.66% from 255 or 11.03% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF39 is #1220C6. Grayscale: #D0D0D0. Windows color (decimal): -1188039 or 3792877. OLE color: 3792877.

HSL color Cylindrical-coordinate representation of color #EDDF39: hue angle of 55.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDF39 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 57 -
CMYK 0 0.06 0.76 0.07
HSL 55.33º 0.83% 0.58% -
HSV(B) 55.33º 0.76% 0.93% -
XYZ 62.05 71.08 14.32 -
YUV 208.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 237 223 57 0 0.06 0.76 0.07 55.33 0.83 0.58
Hex ED DF 39 0 6 4C 7 37 53 3A
Octal 355 337 71 0 6 114 7 67 123 72
Binary 11101101 11011111 111001 0 110 1001100 111 110111 1010011 111010

Color Harmonies of #EDDF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF39

Black with #EDDF39

Text Example


Text Example

White with #EDDF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF39; }

 p { color: rgb(237,223,57); }

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

background-color css

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

 a { background-color: rgb(237,223,57); }

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

border-color css

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

 span { border-color: rgb(237,223,57); }

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