Html Css Color HEX #EDDD23 Golden Fizz

📋 copy color: '#EDDD23'

red 237 ◦ green 221 ◦ blue 35

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

Shades of Golden Fizz #EDDD23

Tints of Golden Fizz #EDDD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 35 (14.06% from 255) = 7.1%

R = 48.07%
G = 44.83%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDDD23 (or 0xEDDD23) is known color: Golden Fizz. HEX triplet: ED, DD and 23. RGB value is (237,221,35). Sum of RGB (Red+Green+Blue) = 237+221+35=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 35 (14.06% from 255 or 7.10% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD23 is #1222DC. Grayscale: #CDCDCD. Windows color (decimal): -1188573 or 2350573. OLE color: 2350573.

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

Color convert

RGB 237 221 35 -
CMYK 0 0.07 0.85 0.07
HSL 55.25º 0.85% 0.53% -
HSV(B) 55.25º 0.85% 0.93% -
XYZ 61.08 69.84 11.85 -
YUV 204.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 237 221 35 0 0.07 0.85 0.07 55.25 0.85 0.53
Hex ED DD 23 0 7 55 7 37 55 35
Octal 355 335 43 0 7 125 7 67 125 65
Binary 11101101 11011101 100011 0 111 1010101 111 110111 1010101 110101

Color Harmonies of #EDDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD23

Black with #EDDD23

Text Example


Text Example

White with #EDDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD23; }

 p { color: rgb(237,221,35); }

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

background-color css

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

 a { background-color: rgb(237,221,35); }

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

border-color css

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

 span { border-color: rgb(237,221,35); }

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