Html Css Color HEX #EDDF36 Golden Fizz

📋 copy color: '#EDDF36'

red 237 ◦ green 223 ◦ blue 54

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

Shades of Golden Fizz #EDDF36

Tints of Golden Fizz #EDDF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.51%

R = 46.11%
G = 43.39%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDDF36 (or 0xEDDF36) is known color: Golden Fizz. HEX triplet: ED, DF and 36. RGB value is (237,223,54). Sum of RGB (Red+Green+Blue) = 237+223+54=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF36 is #1220C9. Grayscale: #D0D0D0. Windows color (decimal): -1188042 or 3596269. OLE color: 3596269.

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

Color convert

RGB 237 223 54 -
CMYK 0 0.06 0.77 0.07
HSL 55.41º 0.84% 0.57% -
HSV(B) 55.41º 0.77% 0.93% -
XYZ 61.98 71.05 13.94 -
YUV 207.92 41.14 148.74 -
System Red Green Blue C M Y K H S L
Decimal 237 223 54 0 0.06 0.77 0.07 55.41 0.84 0.57
Hex ED DF 36 0 6 4D 7 37 54 39
Octal 355 337 66 0 6 115 7 67 124 71
Binary 11101101 11011111 110110 0 110 1001101 111 110111 1010100 111001

Color Harmonies of #EDDF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF36

Black with #EDDF36

Text Example


Text Example

White with #EDDF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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