Html Css Color HEX #EEE02D Golden Fizz

📋 copy color: '#EEE02D'

red 238 ◦ green 224 ◦ blue 45

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

Shades of Golden Fizz #EEE02D

Tints of Golden Fizz #EEE02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

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

R = 46.94%
G = 44.18%
B = 8.88%

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

#EEE02D (or 0xEEE02D) is known color: Golden Fizz. HEX triplet: EE, E0 and 2D. RGB value is (238,224,45). Sum of RGB (Red+Green+Blue) = 238+224+45=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE02D is #111FD2. Grayscale: #D0D0D0. Windows color (decimal): -1122259 or 3006702. OLE color: 3006702.

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

Color convert

RGB 238 224 45 -
CMYK 0 0.06 0.81 0.07
HSL 55.65º 0.85% 0.55% -
HSV(B) 55.65º 0.81% 0.93% -
XYZ 62.39 71.68 13.03 -
YUV 207.78 36.14 149.55 -
System Red Green Blue C M Y K H S L
Decimal 238 224 45 0 0.06 0.81 0.07 55.65 0.85 0.55
Hex EE E0 2D 0 6 51 7 38 55 37
Octal 356 340 55 0 6 121 7 70 125 67
Binary 11101110 11100000 101101 0 110 1010001 111 111000 1010101 110111

Color Harmonies of #EEE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE02D

Black with #EEE02D

Text Example


Text Example

White with #EEE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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