Html Css Color HEX #EED53D Golden Fizz

📋 copy color: '#EED53D'

red 238 ◦ green 213 ◦ blue 61

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

Shades of Golden Fizz #EED53D

Tints of Golden Fizz #EED53D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 61 (24.22% from 255) = 11.91%

R = 46.48%
G = 41.6%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EED53D (or 0xEED53D) is known color: Golden Fizz. HEX triplet: EE, D5 and 3D. RGB value is (238,213,61). Sum of RGB (Red+Green+Blue) = 238+213+61=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED53D is #112AC2. Grayscale: #CBCBCB. Windows color (decimal): -1125059 or 4052462. OLE color: 4052462.

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

Color convert

RGB 238 213 61 -
CMYK 0 0.11 0.74 0.07
HSL 51.53º 0.84% 0.59% -
HSV(B) 51.53º 0.74% 0.93% -
XYZ 59.9 66.1 14.02 -
YUV 203.15 47.78 152.86 -
System Red Green Blue C M Y K H S L
Decimal 238 213 61 0 0.11 0.74 0.07 51.53 0.84 0.59
Hex EE D5 3D 0 B 4A 7 34 54 3B
Octal 356 325 75 0 13 112 7 64 124 73
Binary 11101110 11010101 111101 0 1011 1001010 111 110100 1010100 111011

Color Harmonies of #EED53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED53D

Black with #EED53D

Text Example


Text Example

White with #EED53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED53D; }

 p { color: rgb(238,213,61); }

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

background-color css

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

 a { background-color: rgb(238,213,61); }

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

border-color css

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

 span { border-color: rgb(238,213,61); }

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