Html Css Color HEX #EDDF3C Golden Fizz

📋 copy color: '#EDDF3C'

red 237 ◦ green 223 ◦ blue 60

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

Shades of Golden Fizz #EDDF3C

Tints of Golden Fizz #EDDF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.54%

R = 45.58%
G = 42.88%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDDF3C (or 0xEDDF3C) is known color: Golden Fizz. HEX triplet: ED, DF and 3C. RGB value is (237,223,60). Sum of RGB (Red+Green+Blue) = 237+223+60=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF3C is #1220C3. Grayscale: #D1D1D1. Windows color (decimal): -1188036 or 3989485. OLE color: 3989485.

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

Color convert

RGB 237 223 60 -
CMYK 0 0.06 0.75 0.07
HSL 55.25º 0.83% 0.58% -
HSV(B) 55.25º 0.75% 0.93% -
XYZ 62.13 71.11 14.73 -
YUV 208.6 44.14 148.25 -
System Red Green Blue C M Y K H S L
Decimal 237 223 60 0 0.06 0.75 0.07 55.25 0.83 0.58
Hex ED DF 3C 0 6 4B 7 37 53 3A
Octal 355 337 74 0 6 113 7 67 123 72
Binary 11101101 11011111 111100 0 110 1001011 111 110111 1010011 111010

Color Harmonies of #EDDF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF3C

Black with #EDDF3C

Text Example


Text Example

White with #EDDF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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