Html Css Color HEX #EED83C Golden Fizz

📋 copy color: '#EED83C'

red 238 ◦ green 216 ◦ blue 60

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

Shades of Golden Fizz #EED83C

Tints of Golden Fizz #EED83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 60 (23.83% from 255) = 11.67%

R = 46.3%
G = 42.02%
B = 11.67%

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

#EED83C (or 0xEED83C) is known color: Golden Fizz. HEX triplet: EE, D8 and 3C. RGB value is (238,216,60). Sum of RGB (Red+Green+Blue) = 238+216+60=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EED83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED83C is #1127C3. Grayscale: #CDCDCD. Windows color (decimal): -1124292 or 3987694. OLE color: 3987694.

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

Color convert

RGB 238 216 60 -
CMYK 0 0.09 0.75 0.07
HSL 52.58º 0.84% 0.58% -
HSV(B) 52.58º 0.75% 0.93% -
XYZ 60.63 67.62 14.13 -
YUV 204.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 238 216 60 0 0.09 0.75 0.07 52.58 0.84 0.58
Hex EE D8 3C 0 9 4B 7 35 54 3A
Octal 356 330 74 0 11 113 7 65 124 72
Binary 11101110 11011000 111100 0 1001 1001011 111 110101 1010100 111010

Color Harmonies of #EED83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED83C

Black with #EED83C

Text Example


Text Example

White with #EED83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED83C; }

 p { color: rgb(238,216,60); }

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

background-color css

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

 a { background-color: rgb(238,216,60); }

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

border-color css

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

 span { border-color: rgb(238,216,60); }

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