Html Css Color HEX #EDDF31 Golden Fizz

📋 copy color: '#EDDF31'

red 237 ◦ green 223 ◦ blue 49

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

Shades of Golden Fizz #EDDF31

Tints of Golden Fizz #EDDF31

RGB

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

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

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

R = 46.56%
G = 43.81%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDDF31 (or 0xEDDF31) is known color: Golden Fizz. HEX triplet: ED, DF and 31. RGB value is (237,223,49). Sum of RGB (Red+Green+Blue) = 237+223+49=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF31 is #1220CE. Grayscale: #D0D0D0. Windows color (decimal): -1188047 or 3268589. OLE color: 3268589.

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

Color convert

RGB 237 223 49 -
CMYK 0 0.06 0.79 0.07
HSL 55.53º 0.84% 0.56% -
HSV(B) 55.53º 0.79% 0.93% -
XYZ 61.87 71 13.35 -
YUV 207.35 38.64 149.15 -
System Red Green Blue C M Y K H S L
Decimal 237 223 49 0 0.06 0.79 0.07 55.53 0.84 0.56
Hex ED DF 31 0 6 4F 7 38 54 38
Octal 355 337 61 0 6 117 7 70 124 70
Binary 11101101 11011111 110001 0 110 1001111 111 111000 1010100 111000

Color Harmonies of #EDDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF31

Black with #EDDF31

Text Example


Text Example

White with #EDDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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