Html Css Color HEX #EED72E Golden Fizz

📋 copy color: '#EED72E'

red 238 ◦ green 215 ◦ blue 46

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

Shades of Golden Fizz #EED72E

Tints of Golden Fizz #EED72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.22%

R = 47.7%
G = 43.09%
B = 9.22%

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

#EED72E (or 0xEED72E) is known color: Golden Fizz. HEX triplet: EE, D7 and 2E. RGB value is (238,215,46). Sum of RGB (Red+Green+Blue) = 238+215+46=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EED72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED72E is #1128D1. Grayscale: #CBCBCB. Windows color (decimal): -1124562 or 3069934. OLE color: 3069934.

HSL color Cylindrical-coordinate representation of color #EED72E: hue angle of 52.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EED72E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 46 -
CMYK 0 0.10 0.81 0.07
HSL 52.81º 0.85% 0.56% -
HSV(B) 52.81º 0.81% 0.93% -
XYZ 60.05 66.98 12.35 -
YUV 202.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 238 215 46 0 0.10 0.81 0.07 52.81 0.85 0.56
Hex EE D7 2E 0 A 51 7 35 55 38
Octal 356 327 56 0 12 121 7 65 125 70
Binary 11101110 11010111 101110 0 1010 1010001 111 110101 1010101 111000

Color Harmonies of #EED72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED72E

Black with #EED72E

Text Example


Text Example

White with #EED72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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