Html Css Color HEX #EEDA3D Golden Fizz

📋 copy color: '#EEDA3D'

red 238 ◦ green 218 ◦ blue 61

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

Shades of Golden Fizz #EEDA3D

Tints of Golden Fizz #EEDA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 61 (24.22% from 255) = 11.8%

R = 46.03%
G = 42.17%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEDA3D (or 0xEEDA3D) is known color: Golden Fizz. HEX triplet: EE, DA and 3D. RGB value is (238,218,61). Sum of RGB (Red+Green+Blue) = 238+218+61=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA3D is #1125C2. Grayscale: #CECECE. Windows color (decimal): -1123779 or 4053742. OLE color: 4053742.

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

Color convert

RGB 238 218 61 -
CMYK 0 0.08 0.74 0.07
HSL 53.22º 0.84% 0.59% -
HSV(B) 53.22º 0.74% 0.93% -
XYZ 61.17 68.66 14.44 -
YUV 206.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 238 218 61 0 0.08 0.74 0.07 53.22 0.84 0.59
Hex EE DA 3D 0 8 4A 7 35 54 3B
Octal 356 332 75 0 10 112 7 65 124 73
Binary 11101110 11011010 111101 0 1000 1001010 111 110101 1010100 111011

Color Harmonies of #EEDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA3D

Black with #EEDA3D

Text Example


Text Example

White with #EEDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA3D; }

 p { color: rgb(238,218,61); }

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

background-color css

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

 a { background-color: rgb(238,218,61); }

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

border-color css

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

 span { border-color: rgb(238,218,61); }

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