Html Css Color HEX #EED838 Golden Fizz

📋 copy color: '#EED838'

red 238 ◦ green 216 ◦ blue 56

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

Shades of Golden Fizz #EED838

Tints of Golden Fizz #EED838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.98%

R = 46.67%
G = 42.35%
B = 10.98%

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

#EED838 (or 0xEED838) is known color: Golden Fizz. HEX triplet: EE, D8 and 38. RGB value is (238,216,56). Sum of RGB (Red+Green+Blue) = 238+216+56=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 56 (22.27% from 255 or 10.98% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EED838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED838 is #1127C7. Grayscale: #CCCCCC. Windows color (decimal): -1124296 or 3725550. OLE color: 3725550.

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

Color convert

RGB 238 216 56 -
CMYK 0 0.09 0.76 0.07
HSL 52.75º 0.84% 0.58% -
HSV(B) 52.75º 0.76% 0.93% -
XYZ 60.53 67.57 13.59 -
YUV 204.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 238 216 56 0 0.09 0.76 0.07 52.75 0.84 0.58
Hex EE D8 38 0 9 4C 7 35 54 3A
Octal 356 330 70 0 11 114 7 65 124 72
Binary 11101110 11011000 111000 0 1001 1001100 111 110101 1010100 111010

Color Harmonies of #EED838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED838

Black with #EED838

Text Example


Text Example

White with #EED838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED838; }

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

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

background-color css

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

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

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

border-color css

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

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

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