Html Css Color HEX #EDDA28 Golden Fizz

📋 copy color: '#EDDA28'

red 237 ◦ green 218 ◦ blue 40

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

Shades of Golden Fizz #EDDA28

Tints of Golden Fizz #EDDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

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

R = 47.88%
G = 44.04%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDDA28 (or 0xEDDA28) is known color: Golden Fizz. HEX triplet: ED, DA and 28. RGB value is (237,218,40). Sum of RGB (Red+Green+Blue) = 237+218+40=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA28 is #1225D7. Grayscale: #CCCCCC. Windows color (decimal): -1189336 or 2677485. OLE color: 2677485.

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

Color convert

RGB 237 218 40 -
CMYK 0 0.08 0.83 0.07
HSL 54.21º 0.85% 0.54% -
HSV(B) 54.21º 0.83% 0.93% -
XYZ 60.38 68.3 12.01 -
YUV 203.39 35.79 151.97 -
System Red Green Blue C M Y K H S L
Decimal 237 218 40 0 0.08 0.83 0.07 54.21 0.85 0.54
Hex ED DA 28 0 8 53 7 36 55 36
Octal 355 332 50 0 10 123 7 66 125 66
Binary 11101101 11011010 101000 0 1000 1010011 111 110110 1010101 110110

Color Harmonies of #EDDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA28

Black with #EDDA28

Text Example


Text Example

White with #EDDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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