Html Css Color HEX #EEEF2A Golden Fizz

📋 copy color: '#EEEF2A'

red 238 ◦ green 239 ◦ blue 42

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

Shades of Golden Fizz #EEEF2A

Tints of Golden Fizz #EEEF2A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.05%

 BLUE value IS 42 (16.8% from 255) = 8.09%

R = 45.86%
G = 46.05%
B = 8.09%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EEEF2A (or 0xEEEF2A) is known color: Golden Fizz. HEX triplet: EE, EF and 2A. RGB value is (238,239,42). Sum of RGB (Red+Green+Blue) = 238+239+42=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 42 (16.80% from 255 or 8.09% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEF2A is #1110D5. Grayscale: #D9D9D9. Windows color (decimal): -1118422 or 2813934. OLE color: 2813934.

HSL color Cylindrical-coordinate representation of color #EEEF2A: hue angle of 60.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEEF2A is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 239 42 -
CMYK 0.00 0 0.82 0.06
HSL 60.3º 0.86% 0.55% -
HSV(B) 60.3º 0.82% 0.94% -
XYZ 66.54 80.08 14.14 -
YUV 216.24 29.67 143.52 -
System Red Green Blue C M Y K H S L
Decimal 238 239 42 0.00 0 0.82 0.06 60.3 0.86 0.55
Hex EE EF 2A 0 0 52 6 3C 56 37
Octal 356 357 52 0 0 122 6 74 126 67
Binary 11101110 11101111 101010 0 0 1010010 110 111100 1010110 110111

Color Harmonies of #EEEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEF2A

Black with #EEEF2A

Text Example


Text Example

White with #EEEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEF2A; }

 p { color: rgb(238,239,42); }

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

background-color css

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

 a { background-color: rgb(238,239,42); }

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

border-color css

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

 span { border-color: rgb(238,239,42); }

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