Html Css Color HEX #EDDF28 Golden Fizz

📋 copy color: '#EDDF28'

red 237 ◦ green 223 ◦ blue 40

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

Shades of Golden Fizz #EDDF28

Tints of Golden Fizz #EDDF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8%

R = 47.4%
G = 44.6%
B = 8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDDF28 (or 0xEDDF28) is known color: Golden Fizz. HEX triplet: ED, DF and 28. RGB value is (237,223,40). Sum of RGB (Red+Green+Blue) = 237+223+40=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF28 is #1220D7. Grayscale: #CFCFCF. Windows color (decimal): -1188056 or 2678765. OLE color: 2678765.

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

Color convert

RGB 237 223 40 -
CMYK 0 0.06 0.83 0.07
HSL 55.74º 0.85% 0.54% -
HSV(B) 55.74º 0.83% 0.93% -
XYZ 61.7 70.93 12.45 -
YUV 206.32 34.14 149.88 -
System Red Green Blue C M Y K H S L
Decimal 237 223 40 0 0.06 0.83 0.07 55.74 0.85 0.54
Hex ED DF 28 0 6 53 7 38 55 36
Octal 355 337 50 0 6 123 7 70 125 66
Binary 11101101 11011111 101000 0 110 1010011 111 111000 1010101 110110

Color Harmonies of #EDDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF28

Black with #EDDF28

Text Example


Text Example

White with #EDDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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