Html Css Color HEX #EDDA31 Golden Fizz

📋 copy color: '#EDDA31'

red 237 ◦ green 218 ◦ blue 49

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

Shades of Golden Fizz #EDDA31

Tints of Golden Fizz #EDDA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.72%

R = 47.02%
G = 43.25%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDDA31 (or 0xEDDA31) is known color: Golden Fizz. HEX triplet: ED, DA and 31. RGB value is (237,218,49). Sum of RGB (Red+Green+Blue) = 237+218+49=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA31 is #1225CE. Grayscale: #CDCDCD. Windows color (decimal): -1189327 or 3267309. OLE color: 3267309.

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

Color convert

RGB 237 218 49 -
CMYK 0 0.08 0.79 0.07
HSL 53.94º 0.84% 0.56% -
HSV(B) 53.94º 0.79% 0.93% -
XYZ 60.55 68.37 12.91 -
YUV 204.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 237 218 49 0 0.08 0.79 0.07 53.94 0.84 0.56
Hex ED DA 31 0 8 4F 7 36 54 38
Octal 355 332 61 0 10 117 7 66 124 70
Binary 11101101 11011010 110001 0 1000 1001111 111 110110 1010100 111000

Color Harmonies of #EDDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA31

Black with #EDDA31

Text Example


Text Example

White with #EDDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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