Html Css Color HEX #EDD934 Golden Fizz

📋 copy color: '#EDD934'

red 237 ◦ green 217 ◦ blue 52

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

Shades of Golden Fizz #EDD934

Tints of Golden Fizz #EDD934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.28%

R = 46.84%
G = 42.89%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD934 (or 0xEDD934) is known color: Golden Fizz. HEX triplet: ED, D9 and 34. RGB value is (237,217,52). Sum of RGB (Red+Green+Blue) = 237+217+52=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD934 is #1226CB. Grayscale: #CCCCCC. Windows color (decimal): -1189580 or 3463661. OLE color: 3463661.

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

Color convert

RGB 237 217 52 -
CMYK 0 0.08 0.78 0.07
HSL 53.51º 0.84% 0.57% -
HSV(B) 53.51º 0.78% 0.93% -
XYZ 60.36 67.88 13.17 -
YUV 204.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 237 217 52 0 0.08 0.78 0.07 53.51 0.84 0.57
Hex ED D9 34 0 8 4E 7 36 54 39
Octal 355 331 64 0 10 116 7 66 124 71
Binary 11101101 11011001 110100 0 1000 1001110 111 110110 1010100 111001

Color Harmonies of #EDD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD934

Black with #EDD934

Text Example


Text Example

White with #EDD934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD934; }

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

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

background-color css

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

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

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

border-color css

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

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

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