Html Css Color HEX #EDDE3C Golden Fizz

📋 copy color: '#EDDE3C'

red 237 ◦ green 222 ◦ blue 60

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

Shades of Golden Fizz #EDDE3C

Tints of Golden Fizz #EDDE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.77%

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

R = 45.66%
G = 42.77%
B = 11.56%

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

#EDDE3C (or 0xEDDE3C) is known color: Golden Fizz. HEX triplet: ED, DE and 3C. RGB value is (237,222,60). Sum of RGB (Red+Green+Blue) = 237+222+60=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE3C is #1221C3. Grayscale: #D0D0D0. Windows color (decimal): -1188292 or 3989229. OLE color: 3989229.

HSL color Cylindrical-coordinate representation of color #EDDE3C: hue angle of 54.92º 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 #EDDE3C is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 222 60 -
CMYK 0 0.06 0.75 0.07
HSL 54.92º 0.83% 0.58% -
HSV(B) 54.92º 0.75% 0.93% -
XYZ 61.86 70.57 14.64 -
YUV 208.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 237 222 60 0 0.06 0.75 0.07 54.92 0.83 0.58
Hex ED DE 3C 0 6 4B 7 37 53 3A
Octal 355 336 74 0 6 113 7 67 123 72
Binary 11101101 11011110 111100 0 110 1001011 111 110111 1010011 111010

Color Harmonies of #EDDE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE3C

Black with #EDDE3C

Text Example


Text Example

White with #EDDE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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