Html Css Color HEX #EEDF2D Golden Fizz

📋 copy color: '#EEDF2D'

red 238 ◦ green 223 ◦ blue 45

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

Shades of Golden Fizz #EEDF2D

Tints of Golden Fizz #EEDF2D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

 BLUE value IS 45 (17.97% from 255) = 8.89%

R = 47.04%
G = 44.07%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEDF2D (or 0xEEDF2D) is known color: Golden Fizz. HEX triplet: EE, DF and 2D. RGB value is (238,223,45). Sum of RGB (Red+Green+Blue) = 238+223+45=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDF2D is #1120D2. Grayscale: #CFCFCF. Windows color (decimal): -1122515 or 3006446. OLE color: 3006446.

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

Color convert

RGB 238 223 45 -
CMYK 0 0.06 0.81 0.07
HSL 55.34º 0.85% 0.55% -
HSV(B) 55.34º 0.81% 0.93% -
XYZ 62.12 71.14 12.94 -
YUV 207.19 36.47 149.97 -
System Red Green Blue C M Y K H S L
Decimal 238 223 45 0 0.06 0.81 0.07 55.34 0.85 0.55
Hex EE DF 2D 0 6 51 7 37 55 37
Octal 356 337 55 0 6 121 7 67 125 67
Binary 11101110 11011111 101101 0 110 1010001 111 110111 1010101 110111

Color Harmonies of #EEDF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF2D

Black with #EEDF2D

Text Example


Text Example

White with #EEDF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF2D; }

 p { color: rgb(238,223,45); }

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

background-color css

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

 a { background-color: rgb(238,223,45); }

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

border-color css

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

 span { border-color: rgb(238,223,45); }

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