Html Css Color HEX #EED338 Golden Fizz

📋 copy color: '#EED338'

red 238 ◦ green 211 ◦ blue 56

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

Shades of Golden Fizz #EED338

Tints of Golden Fizz #EED338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

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

R = 47.13%
G = 41.78%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EED338 (or 0xEED338) is known color: Golden Fizz. HEX triplet: EE, D3 and 38. RGB value is (238,211,56). Sum of RGB (Red+Green+Blue) = 238+211+56=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED338 is #112CC7. Grayscale: #CACACA. Windows color (decimal): -1125576 or 3724270. OLE color: 3724270.

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

Color convert

RGB 238 211 56 -
CMYK 0 0.11 0.76 0.07
HSL 51.1º 0.84% 0.58% -
HSV(B) 51.1º 0.76% 0.93% -
XYZ 59.27 65.05 13.17 -
YUV 201.4 45.95 154.1 -
System Red Green Blue C M Y K H S L
Decimal 238 211 56 0 0.11 0.76 0.07 51.1 0.84 0.58
Hex EE D3 38 0 B 4C 7 33 54 3A
Octal 356 323 70 0 13 114 7 63 124 72
Binary 11101110 11010011 111000 0 1011 1001100 111 110011 1010100 111010

Color Harmonies of #EED338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED338

Black with #EED338

Text Example


Text Example

White with #EED338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED338; }

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

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

background-color css

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

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

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

border-color css

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

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

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