Html Css Color HEX #EEF825 Golden Fizz

📋 copy color: '#EEF825'

red 238 ◦ green 248 ◦ blue 37

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

Shades of Golden Fizz #EEF825

Tints of Golden Fizz #EEF825

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.42%

 BLUE value IS 37 (14.84% from 255) = 7.07%

R = 45.51%
G = 47.42%
B = 7.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#EEF825 (or 0xEEF825) is known color: Golden Fizz. HEX triplet: EE, F8 and 25. RGB value is (238,248,37). Sum of RGB (Red+Green+Blue) = 238+248+37=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 37 (14.84% from 255 or 7.07% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF825 is #1107DA. Grayscale: #DDDDDD. Windows color (decimal): -1116123 or 2488558. OLE color: 2488558.

HSL color Cylindrical-coordinate representation of color #EEF825: hue angle of 62.84º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEF825 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 248 37 -
CMYK 0.04 0 0.85 0.03
HSL 62.84º 0.94% 0.56% -
HSV(B) 62.84º 0.85% 0.97% -
XYZ 69.16 85.45 14.6 -
YUV 220.96 24.19 140.16 -
System Red Green Blue C M Y K H S L
Decimal 238 248 37 0.04 0 0.85 0.03 62.84 0.94 0.56
Hex EE F8 25 4 0 55 3 3F 5E 38
Octal 356 370 45 4 0 125 3 77 136 70
Binary 11101110 11111000 100101 100 0 1010101 11 111111 1011110 111000

Color Harmonies of #EEF825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF825

Black with #EEF825

Text Example


Text Example

White with #EEF825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF825; }

 p { color: rgb(238,248,37); }

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

background-color css

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

 a { background-color: rgb(238,248,37); }

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

border-color css

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

 span { border-color: rgb(238,248,37); }

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