Html Css Color HEX #EEE12D Golden Fizz

📋 copy color: '#EEE12D'

red 238 ◦ green 225 ◦ blue 45

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

Shades of Golden Fizz #EEE12D

Tints of Golden Fizz #EEE12D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.29%

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

R = 46.85%
G = 44.29%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEE12D (or 0xEEE12D) is known color: Golden Fizz. HEX triplet: EE, E1 and 2D. RGB value is (238,225,45). Sum of RGB (Red+Green+Blue) = 238+225+45=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE12D is #111ED2. Grayscale: #D1D1D1. Windows color (decimal): -1122003 or 3006958. OLE color: 3006958.

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

Color convert

RGB 238 225 45 -
CMYK 0 0.05 0.81 0.07
HSL 55.96º 0.85% 0.55% -
HSV(B) 55.96º 0.81% 0.93% -
XYZ 62.66 72.22 13.12 -
YUV 208.37 35.81 149.14 -
System Red Green Blue C M Y K H S L
Decimal 238 225 45 0 0.05 0.81 0.07 55.96 0.85 0.55
Hex EE E1 2D 0 5 51 7 38 55 37
Octal 356 341 55 0 5 121 7 70 125 67
Binary 11101110 11100001 101101 0 101 1010001 111 111000 1010101 110111

Color Harmonies of #EEE12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE12D

Black with #EEE12D

Text Example


Text Example

White with #EEE12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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