Html Css Color HEX #EDD935 Golden Fizz

📋 copy color: '#EDD935'

red 237 ◦ green 217 ◦ blue 53

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

Shades of Golden Fizz #EDD935

Tints of Golden Fizz #EDD935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.45%

R = 46.75%
G = 42.8%
B = 10.45%

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

#EDD935 (or 0xEDD935) is known color: Golden Fizz. HEX triplet: ED, D9 and 35. RGB value is (237,217,53). Sum of RGB (Red+Green+Blue) = 237+217+53=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD935 is #1226CA. Grayscale: #CCCCCC. Windows color (decimal): -1189579 or 3529197. OLE color: 3529197.

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

Color convert

RGB 237 217 53 -
CMYK 0 0.08 0.78 0.07
HSL 53.48º 0.84% 0.57% -
HSV(B) 53.48º 0.78% 0.93% -
XYZ 60.38 67.89 13.29 -
YUV 204.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 237 217 53 0 0.08 0.78 0.07 53.48 0.84 0.57
Hex ED D9 35 0 8 4E 7 35 54 39
Octal 355 331 65 0 10 116 7 65 124 71
Binary 11101101 11011001 110101 0 1000 1001110 111 110101 1010100 111001

Color Harmonies of #EDD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD935

Black with #EDD935

Text Example


Text Example

White with #EDD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD935; }

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

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

background-color css

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

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

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

border-color css

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

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

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