Html Css Color HEX #EFF238 Golden Fizz

📋 copy color: '#EFF238'

red 239 ◦ green 242 ◦ blue 56

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

Shades of Golden Fizz #EFF238

Tints of Golden Fizz #EFF238

RGB

 RED value IS 239 (93.75% from 255) = 44.51%

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

 BLUE value IS 56 (22.27% from 255) = 10.43%

R = 44.51%
G = 45.07%
B = 10.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#EFF238 (or 0xEFF238) is known color: Golden Fizz. HEX triplet: EF, F2 and 38. RGB value is (239,242,56). Sum of RGB (Red+Green+Blue) = 239+242+56=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 56 (22.27% from 255 or 10.43% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF238 is #100DC7. Grayscale: #DCDCDC. Windows color (decimal): -1052104 or 3732207. OLE color: 3732207.

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

Color convert

RGB 239 242 56 -
CMYK 0.01 0 0.77 0.05
HSL 60.97º 0.88% 0.58% -
HSV(B) 60.97º 0.77% 0.95% -
XYZ 68.06 82.14 16.01 -
YUV 219.9 35.51 141.62 -
System Red Green Blue C M Y K H S L
Decimal 239 242 56 0.01 0 0.77 0.05 60.97 0.88 0.58
Hex EF F2 38 1 0 4D 5 3D 58 3A
Octal 357 362 70 1 0 115 5 75 130 72
Binary 11101111 11110010 111000 1 0 1001101 101 111101 1011000 111010

Color Harmonies of #EFF238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF238

Black with #EFF238

Text Example


Text Example

White with #EFF238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF238; }

 p { color: rgb(239,242,56); }

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

background-color css

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

 a { background-color: rgb(239,242,56); }

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

border-color css

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

 span { border-color: rgb(239,242,56); }

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