Html Css Color HEX #EEDA2B Golden Fizz

📋 copy color: '#EEDA2B'

red 238 ◦ green 218 ◦ blue 43

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

Shades of Golden Fizz #EEDA2B

Tints of Golden Fizz #EEDA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.62%

R = 47.7%
G = 43.69%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEDA2B (or 0xEEDA2B) is known color: Golden Fizz. HEX triplet: EE, DA and 2B. RGB value is (238,218,43). Sum of RGB (Red+Green+Blue) = 238+218+43=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA2B is #1125D4. Grayscale: #CCCCCC. Windows color (decimal): -1123797 or 2874094. OLE color: 2874094.

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

Color convert

RGB 238 218 43 -
CMYK 0 0.08 0.82 0.07
HSL 53.85º 0.85% 0.55% -
HSV(B) 53.85º 0.82% 0.93% -
XYZ 60.77 68.49 12.3 -
YUV 204.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 238 218 43 0 0.08 0.82 0.07 53.85 0.85 0.55
Hex EE DA 2B 0 8 52 7 36 55 37
Octal 356 332 53 0 10 122 7 66 125 67
Binary 11101110 11011010 101011 0 1000 1010010 111 110110 1010101 110111

Color Harmonies of #EEDA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA2B

Black with #EEDA2B

Text Example


Text Example

White with #EEDA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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