Html Css Color HEX #EED83A Golden Fizz

📋 copy color: '#EED83A'

red 238 ◦ green 216 ◦ blue 58

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

Shades of Golden Fizz #EED83A

Tints of Golden Fizz #EED83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.33%

R = 46.48%
G = 42.19%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EED83A (or 0xEED83A) is known color: Golden Fizz. HEX triplet: EE, D8 and 3A. RGB value is (238,216,58). Sum of RGB (Red+Green+Blue) = 238+216+58=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED83A is #1127C5. Grayscale: #CDCDCD. Windows color (decimal): -1124294 or 3856622. OLE color: 3856622.

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

Color convert

RGB 238 216 58 -
CMYK 0 0.09 0.76 0.07
HSL 52.67º 0.84% 0.58% -
HSV(B) 52.67º 0.76% 0.93% -
XYZ 60.58 67.59 13.86 -
YUV 204.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 238 216 58 0 0.09 0.76 0.07 52.67 0.84 0.58
Hex EE D8 3A 0 9 4C 7 35 54 3A
Octal 356 330 72 0 11 114 7 65 124 72
Binary 11101110 11011000 111010 0 1001 1001100 111 110101 1010100 111010

Color Harmonies of #EED83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED83A

Black with #EED83A

Text Example


Text Example

White with #EED83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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