Html Css Color HEX #EEF82D Golden Fizz

📋 copy color: '#EEF82D'

red 238 ◦ green 248 ◦ blue 45

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

Shades of Golden Fizz #EEF82D

Tints of Golden Fizz #EEF82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.47%

R = 44.82%
G = 46.7%
B = 8.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#EEF82D (or 0xEEF82D) is known color: Golden Fizz. HEX triplet: EE, F8 and 2D. RGB value is (238,248,45). Sum of RGB (Red+Green+Blue) = 238+248+45=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 45 (17.97% from 255 or 8.47% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF82D is #1107D2. Grayscale: #DEDEDE. Windows color (decimal): -1116115 or 3012846. OLE color: 3012846.

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

Color convert

RGB 238 248 45 -
CMYK 0.04 0 0.82 0.03
HSL 62.96º 0.94% 0.57% -
HSV(B) 62.96º 0.82% 0.97% -
XYZ 69.3 85.5 15.33 -
YUV 221.87 28.19 139.51 -
System Red Green Blue C M Y K H S L
Decimal 238 248 45 0.04 0 0.82 0.03 62.96 0.94 0.57
Hex EE F8 2D 4 0 52 3 3F 5E 39
Octal 356 370 55 4 0 122 3 77 136 71
Binary 11101110 11111000 101101 100 0 1010010 11 111111 1011110 111001

Color Harmonies of #EEF82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF82D

Black with #EEF82D

Text Example


Text Example

White with #EEF82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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