Html Css Color HEX #EDD92A Golden Fizz

📋 copy color: '#EDD92A'

red 237 ◦ green 217 ◦ blue 42

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

Shades of Golden Fizz #EDD92A

Tints of Golden Fizz #EDD92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.47%

R = 47.78%
G = 43.75%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDD92A (or 0xEDD92A) is known color: Golden Fizz. HEX triplet: ED, D9 and 2A. RGB value is (237,217,42). Sum of RGB (Red+Green+Blue) = 237+217+42=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD92A is #1226D5. Grayscale: #CBCBCB. Windows color (decimal): -1189590 or 2808301. OLE color: 2808301.

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

Color convert

RGB 237 217 42 -
CMYK 0 0.08 0.82 0.07
HSL 53.85º 0.84% 0.55% -
HSV(B) 53.85º 0.82% 0.93% -
XYZ 60.16 67.8 12.11 -
YUV 203.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 237 217 42 0 0.08 0.82 0.07 53.85 0.84 0.55
Hex ED D9 2A 0 8 52 7 36 54 37
Octal 355 331 52 0 10 122 7 66 124 67
Binary 11101101 11011001 101010 0 1000 1010010 111 110110 1010100 110111

Color Harmonies of #EDD92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD92A

Black with #EDD92A

Text Example


Text Example

White with #EDD92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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