Html Css Color HEX #EDD92C Golden Fizz

📋 copy color: '#EDD92C'

red 237 ◦ green 217 ◦ blue 44

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

Shades of Golden Fizz #EDD92C

Tints of Golden Fizz #EDD92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.84%

R = 47.59%
G = 43.57%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDD92C (or 0xEDD92C) is known color: Golden Fizz. HEX triplet: ED, D9 and 2C. RGB value is (237,217,44). Sum of RGB (Red+Green+Blue) = 237+217+44=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD92C is #1226D3. Grayscale: #CBCBCB. Windows color (decimal): -1189588 or 2939373. OLE color: 2939373.

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

Color convert

RGB 237 217 44 -
CMYK 0 0.08 0.81 0.07
HSL 53.78º 0.84% 0.55% -
HSV(B) 53.78º 0.81% 0.93% -
XYZ 60.19 67.81 12.3 -
YUV 203.26 38.13 152.07 -
System Red Green Blue C M Y K H S L
Decimal 237 217 44 0 0.08 0.81 0.07 53.78 0.84 0.55
Hex ED D9 2C 0 8 51 7 36 54 37
Octal 355 331 54 0 10 121 7 66 124 67
Binary 11101101 11011001 101100 0 1000 1010001 111 110110 1010100 110111

Color Harmonies of #EDD92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD92C

Black with #EDD92C

Text Example


Text Example

White with #EDD92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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