Html Css Color HEX #EEDB2B Golden Fizz

📋 copy color: '#EEDB2B'

red 238 ◦ green 219 ◦ blue 43

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

Shades of Golden Fizz #EEDB2B

Tints of Golden Fizz #EEDB2B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

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

R = 47.6%
G = 43.8%
B = 8.6%

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

#EEDB2B (or 0xEEDB2B) is known color: Golden Fizz. HEX triplet: EE, DB and 2B. RGB value is (238,219,43). Sum of RGB (Red+Green+Blue) = 238+219+43=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB2B is #1124D4. Grayscale: #CDCDCD. Windows color (decimal): -1123541 or 2874350. OLE color: 2874350.

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

Color convert

RGB 238 219 43 -
CMYK 0 0.08 0.82 0.07
HSL 54.15º 0.85% 0.55% -
HSV(B) 54.15º 0.82% 0.93% -
XYZ 61.03 69.01 12.39 -
YUV 204.62 36.79 151.81 -
System Red Green Blue C M Y K H S L
Decimal 238 219 43 0 0.08 0.82 0.07 54.15 0.85 0.55
Hex EE DB 2B 0 8 52 7 36 55 37
Octal 356 333 53 0 10 122 7 66 125 67
Binary 11101110 11011011 101011 0 1000 1010010 111 110110 1010101 110111

Color Harmonies of #EEDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB2B

Black with #EEDB2B

Text Example


Text Example

White with #EEDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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