Html Css Color HEX #EED93B Golden Fizz

📋 copy color: '#EED93B'

red 238 ◦ green 217 ◦ blue 59

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

Shades of Golden Fizz #EED93B

Tints of Golden Fizz #EED93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.48%

R = 46.3%
G = 42.22%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EED93B (or 0xEED93B) is known color: Golden Fizz. HEX triplet: EE, D9 and 3B. RGB value is (238,217,59). Sum of RGB (Red+Green+Blue) = 238+217+59=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EED93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED93B is #1126C4. Grayscale: #CDCDCD. Windows color (decimal): -1124037 or 3922414. OLE color: 3922414.

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

Color convert

RGB 238 217 59 -
CMYK 0 0.09 0.75 0.07
HSL 52.96º 0.84% 0.58% -
HSV(B) 52.96º 0.75% 0.93% -
XYZ 60.86 68.12 14.08 -
YUV 205.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 238 217 59 0 0.09 0.75 0.07 52.96 0.84 0.58
Hex EE D9 3B 0 9 4B 7 35 54 3A
Octal 356 331 73 0 11 113 7 65 124 72
Binary 11101110 11011001 111011 0 1001 1001011 111 110101 1010100 111010

Color Harmonies of #EED93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED93B

Black with #EED93B

Text Example


Text Example

White with #EED93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED93B; }

 p { color: rgb(238,217,59); }

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

background-color css

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

 a { background-color: rgb(238,217,59); }

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

border-color css

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

 span { border-color: rgb(238,217,59); }

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