Html Css Color HEX #EDD92F Golden Fizz

📋 copy color: '#EDD92F'

red 237 ◦ green 217 ◦ blue 47

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

Shades of Golden Fizz #EDD92F

Tints of Golden Fizz #EDD92F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.31%

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

R = 47.31%
G = 43.31%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD92F (or 0xEDD92F) is known color: Golden Fizz. HEX triplet: ED, D9 and 2F. RGB value is (237,217,47). Sum of RGB (Red+Green+Blue) = 237+217+47=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD92F is #1226D0. Grayscale: #CCCCCC. Windows color (decimal): -1189585 or 3135981. OLE color: 3135981.

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

Color convert

RGB 237 217 47 -
CMYK 0 0.08 0.80 0.07
HSL 53.68º 0.84% 0.56% -
HSV(B) 53.68º 0.8% 0.93% -
XYZ 60.25 67.84 12.61 -
YUV 203.6 39.63 151.82 -
System Red Green Blue C M Y K H S L
Decimal 237 217 47 0 0.08 0.80 0.07 53.68 0.84 0.56
Hex ED D9 2F 0 8 50 7 36 54 38
Octal 355 331 57 0 10 120 7 66 124 70
Binary 11101101 11011001 101111 0 1000 1010000 111 110110 1010100 111000

Color Harmonies of #EDD92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD92F

Black with #EDD92F

Text Example


Text Example

White with #EDD92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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