Html Css Color HEX #EEF235 Golden Fizz

📋 copy color: '#EEF235'

red 238 ◦ green 242 ◦ blue 53

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

Shades of Golden Fizz #EEF235

Tints of Golden Fizz #EEF235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

 BLUE value IS 53 (21.09% from 255) = 9.94%

R = 44.65%
G = 45.4%
B = 9.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#EEF235 (or 0xEEF235) is known color: Golden Fizz. HEX triplet: EE, F2 and 35. RGB value is (238,242,53). Sum of RGB (Red+Green+Blue) = 238+242+53=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 53 (21.09% from 255 or 9.94% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF235 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF235 is #110DCA. Grayscale: #DCDCDC. Windows color (decimal): -1117643 or 3535598. OLE color: 3535598.

HSL color Cylindrical-coordinate representation of color #EEF235: hue angle of 61.27º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEF235 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 53 -
CMYK 0.02 0 0.78 0.05
HSL 61.27º 0.88% 0.58% -
HSV(B) 61.27º 0.78% 0.95% -
XYZ 67.65 81.94 15.62 -
YUV 219.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 238 242 53 0.02 0 0.78 0.05 61.27 0.88 0.58
Hex EE F2 35 2 0 4E 5 3D 58 3A
Octal 356 362 65 2 0 116 5 75 130 72
Binary 11101110 11110010 110101 10 0 1001110 101 111101 1011000 111010

Color Harmonies of #EEF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF235

Black with #EEF235

Text Example


Text Example

White with #EEF235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF235; }

 p { color: rgb(238,242,53); }

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

background-color css

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

 a { background-color: rgb(238,242,53); }

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

border-color css

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

 span { border-color: rgb(238,242,53); }

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