Html Css Color HEX #EDDF2F Golden Fizz

📋 copy color: '#EDDF2F'

red 237 ◦ green 223 ◦ blue 47

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

Shades of Golden Fizz #EDDF2F

Tints of Golden Fizz #EDDF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.27%

R = 46.75%
G = 43.98%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDDF2F (or 0xEDDF2F) is known color: Golden Fizz. HEX triplet: ED, DF and 2F. RGB value is (237,223,47). Sum of RGB (Red+Green+Blue) = 237+223+47=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF2F is #1220D0. Grayscale: #CFCFCF. Windows color (decimal): -1188049 or 3137517. OLE color: 3137517.

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

Color convert

RGB 237 223 47 -
CMYK 0 0.06 0.80 0.07
HSL 55.58º 0.84% 0.56% -
HSV(B) 55.58º 0.8% 0.93% -
XYZ 61.83 70.99 13.13 -
YUV 207.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 237 223 47 0 0.06 0.80 0.07 55.58 0.84 0.56
Hex ED DF 2F 0 6 50 7 38 54 38
Octal 355 337 57 0 6 120 7 70 124 70
Binary 11101101 11011111 101111 0 110 1010000 111 111000 1010100 111000

Color Harmonies of #EDDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF2F

Black with #EDDF2F

Text Example


Text Example

White with #EDDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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