Html Css Color HEX #EED72D Golden Fizz

📋 copy color: '#EED72D'

red 238 ◦ green 215 ◦ blue 45

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

Shades of Golden Fizz #EED72D

Tints of Golden Fizz #EED72D

RGB

 RED value IS 238 (93.36% from 255) = 47.79%

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

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

R = 47.79%
G = 43.17%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EED72D (or 0xEED72D) is known color: Golden Fizz. HEX triplet: EE, D7 and 2D. RGB value is (238,215,45). Sum of RGB (Red+Green+Blue) = 238+215+45=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EED72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED72D is #1128D2. Grayscale: #CBCBCB. Windows color (decimal): -1124563 or 3004398. OLE color: 3004398.

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

Color convert

RGB 238 215 45 -
CMYK 0 0.10 0.81 0.07
HSL 52.85º 0.85% 0.55% -
HSV(B) 52.85º 0.81% 0.93% -
XYZ 60.03 66.97 12.24 -
YUV 202.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 238 215 45 0 0.10 0.81 0.07 52.85 0.85 0.55
Hex EE D7 2D 0 A 51 7 35 55 37
Octal 356 327 55 0 12 121 7 65 125 67
Binary 11101110 11010111 101101 0 1010 1010001 111 110101 1010101 110111

Color Harmonies of #EED72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED72D

Black with #EED72D

Text Example


Text Example

White with #EED72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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