Html Css Color HEX #EDD72D Golden Fizz

📋 copy color: '#EDD72D'

red 237 ◦ green 215 ◦ blue 45

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

Shades of Golden Fizz #EDD72D

Tints of Golden Fizz #EDD72D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.26%

 BLUE value IS 45 (17.97% from 255) = 9.05%

R = 47.69%
G = 43.26%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDD72D (or 0xEDD72D) is known color: Golden Fizz. HEX triplet: ED, D7 and 2D. RGB value is (237,215,45). Sum of RGB (Red+Green+Blue) = 237+215+45=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD72D is #1228D2. Grayscale: #CACACA. Windows color (decimal): -1190099 or 3004397. OLE color: 3004397.

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

Color convert

RGB 237 215 45 -
CMYK 0 0.09 0.81 0.07
HSL 53.13º 0.84% 0.55% -
HSV(B) 53.13º 0.81% 0.93% -
XYZ 59.7 66.79 12.23 -
YUV 202.2 39.29 152.82 -
System Red Green Blue C M Y K H S L
Decimal 237 215 45 0 0.09 0.81 0.07 53.13 0.84 0.55
Hex ED D7 2D 0 9 51 7 35 54 37
Octal 355 327 55 0 11 121 7 65 124 67
Binary 11101101 11010111 101101 0 1001 1010001 111 110101 1010100 110111

Color Harmonies of #EDD72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD72D

Black with #EDD72D

Text Example


Text Example

White with #EDD72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD72D; }

 p { color: rgb(237,215,45); }

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

background-color css

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

 a { background-color: rgb(237,215,45); }

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

border-color css

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

 span { border-color: rgb(237,215,45); }

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