Html Css Color HEX #EEDB2E Golden Fizz

📋 copy color: '#EEDB2E'

red 238 ◦ green 219 ◦ blue 46

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

Shades of Golden Fizz #EEDB2E

Tints of Golden Fizz #EEDB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.15%

R = 47.32%
G = 43.54%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEDB2E (or 0xEEDB2E) is known color: Golden Fizz. HEX triplet: EE, DB and 2E. RGB value is (238,219,46). Sum of RGB (Red+Green+Blue) = 238+219+46=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB2E is #1124D1. Grayscale: #CDCDCD. Windows color (decimal): -1123538 or 3070958. OLE color: 3070958.

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

Color convert

RGB 238 219 46 -
CMYK 0 0.08 0.81 0.07
HSL 54.06º 0.85% 0.56% -
HSV(B) 54.06º 0.81% 0.93% -
XYZ 61.08 69.04 12.69 -
YUV 204.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 238 219 46 0 0.08 0.81 0.07 54.06 0.85 0.56
Hex EE DB 2E 0 8 51 7 36 55 38
Octal 356 333 56 0 10 121 7 66 125 70
Binary 11101110 11011011 101110 0 1000 1010001 111 110110 1010101 111000

Color Harmonies of #EEDB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB2E

Black with #EEDB2E

Text Example


Text Example

White with #EEDB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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