Html Css Color HEX #EDDF1F Golden Fizz

📋 copy color: '#EDDF1F'

red 237 ◦ green 223 ◦ blue 31

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

Shades of Golden Fizz #EDDF1F

Tints of Golden Fizz #EDDF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.31%

R = 48.27%
G = 45.42%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDDF1F (or 0xEDDF1F) is known color: Golden Fizz. HEX triplet: ED, DF and 1F. RGB value is (237,223,31). Sum of RGB (Red+Green+Blue) = 237+223+31=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF1F is #1220E0. Grayscale: #CECECE. Windows color (decimal): -1188065 or 2088941. OLE color: 2088941.

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

Color convert

RGB 237 223 31 -
CMYK 0 0.06 0.87 0.07
HSL 55.92º 0.85% 0.53% -
HSV(B) 55.92º 0.87% 0.93% -
XYZ 61.56 70.88 11.73 -
YUV 205.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 237 223 31 0 0.06 0.87 0.07 55.92 0.85 0.53
Hex ED DF 1F 0 6 57 7 38 55 35
Octal 355 337 37 0 6 127 7 70 125 65
Binary 11101101 11011111 11111 0 110 1010111 111 111000 1010101 110101

Color Harmonies of #EDDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF1F

Black with #EDDF1F

Text Example


Text Example

White with #EDDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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