Html Css Color HEX #EEEA2E Golden Fizz

📋 copy color: '#EEEA2E'

red 238 ◦ green 234 ◦ blue 46

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

Shades of Golden Fizz #EEEA2E

Tints of Golden Fizz #EEEA2E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.17%

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

R = 45.95%
G = 45.17%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEEA2E (or 0xEEEA2E) is known color: Golden Fizz. HEX triplet: EE, EA and 2E. RGB value is (238,234,46). Sum of RGB (Red+Green+Blue) = 238+234+46=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEA2E is #1115D1. Grayscale: #D6D6D6. Windows color (decimal): -1119698 or 3074798. OLE color: 3074798.

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

Color convert

RGB 238 234 46 -
CMYK 0 0.02 0.81 0.07
HSL 58.75º 0.85% 0.56% -
HSV(B) 58.75º 0.81% 0.93% -
XYZ 65.18 77.22 14.05 -
YUV 213.76 33.33 145.29 -
System Red Green Blue C M Y K H S L
Decimal 238 234 46 0 0.02 0.81 0.07 58.75 0.85 0.56
Hex EE EA 2E 0 2 51 7 3B 55 38
Octal 356 352 56 0 2 121 7 73 125 70
Binary 11101110 11101010 101110 0 10 1010001 111 111011 1010101 111000

Color Harmonies of #EEEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEA2E

Black with #EEEA2E

Text Example


Text Example

White with #EEEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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