Html Css Color HEX #EEF534 Golden Fizz

📋 copy color: '#EEF534'

red 238 ◦ green 245 ◦ blue 52

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

Shades of Golden Fizz #EEF534

Tints of Golden Fizz #EEF534

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.79%

 BLUE value IS 52 (20.7% from 255) = 9.72%

R = 44.49%
G = 45.79%
B = 9.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#EEF534 (or 0xEEF534) is known color: Golden Fizz. HEX triplet: EE, F5 and 34. RGB value is (238,245,52). Sum of RGB (Red+Green+Blue) = 238+245+52=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 52 (20.70% from 255 or 9.72% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF534 is #110ACB. Grayscale: #DDDDDD. Windows color (decimal): -1116876 or 3470830. OLE color: 3470830.

HSL color Cylindrical-coordinate representation of color #EEF534: hue angle of 62.18º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEF534 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 245 52 -
CMYK 0.03 0 0.79 0.04
HSL 62.18º 0.91% 0.58% -
HSV(B) 62.18º 0.79% 0.96% -
XYZ 68.53 83.73 15.8 -
YUV 220.91 32.68 140.19 -
System Red Green Blue C M Y K H S L
Decimal 238 245 52 0.03 0 0.79 0.04 62.18 0.91 0.58
Hex EE F5 34 3 0 4F 4 3E 5B 3A
Octal 356 365 64 3 0 117 4 76 133 72
Binary 11101110 11110101 110100 11 0 1001111 100 111110 1011011 111010

Color Harmonies of #EEF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF534

Black with #EEF534

Text Example


Text Example

White with #EEF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF534; }

 p { color: rgb(238,245,52); }

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

background-color css

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

 a { background-color: rgb(238,245,52); }

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

border-color css

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

 span { border-color: rgb(238,245,52); }

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