Html Css Color HEX #EDDA25 Golden Fizz

📋 copy color: '#EDDA25'

red 237 ◦ green 218 ◦ blue 37

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

Shades of Golden Fizz #EDDA25

Tints of Golden Fizz #EDDA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.52%

R = 48.17%
G = 44.31%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDDA25 (or 0xEDDA25) is known color: Golden Fizz. HEX triplet: ED, DA and 25. RGB value is (237,218,37). Sum of RGB (Red+Green+Blue) = 237+218+37=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA25 is #1225DA. Grayscale: #CBCBCB. Windows color (decimal): -1189339 or 2480877. OLE color: 2480877.

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

Color convert

RGB 237 218 37 -
CMYK 0 0.08 0.84 0.07
HSL 54.3º 0.85% 0.54% -
HSV(B) 54.3º 0.84% 0.93% -
XYZ 60.33 68.28 11.75 -
YUV 203.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 237 218 37 0 0.08 0.84 0.07 54.3 0.85 0.54
Hex ED DA 25 0 8 54 7 36 55 36
Octal 355 332 45 0 10 124 7 66 125 66
Binary 11101101 11011010 100101 0 1000 1010100 111 110110 1010101 110110

Color Harmonies of #EDDA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA25

Black with #EDDA25

Text Example


Text Example

White with #EDDA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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