Html Css Color HEX #EFF0BF Spring Sun

📋 copy color: '#EFF0BF'

red 239 ◦ green 240 ◦ blue 191

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

Shades of Spring Sun #EFF0BF

Tints of Spring Sun #EFF0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.82%

 BLUE value IS 191 (75% from 255) = 28.51%

R = 35.67%
G = 35.82%
B = 28.51%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFF0BF (or 0xEFF0BF) is known color: Spring Sun. HEX triplet: EF, F0 and BF. RGB value is (239,240,191). Sum of RGB (Red+Green+Blue) = 239+240+191=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BF is #100F40. Grayscale: #EAEAEA. Windows color (decimal): -1052481 or 12579055. OLE color: 12579055.

HSL color Cylindrical-coordinate representation of color #EFF0BF: hue angle of 61.22º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFF0BF is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 191 -
CMYK 0.00 0 0.20 0.06
HSL 61.22º 0.62% 0.85% -
HSV(B) 61.22º 0.2% 0.94% -
XYZ 76.16 84.43 61.57 -
YUV 234.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 239 240 191 0.00 0 0.20 0.06 61.22 0.62 0.85
Hex EF F0 BF 0 0 14 6 3D 3E 55
Octal 357 360 277 0 0 24 6 75 76 125
Binary 11101111 11110000 10111111 0 0 10100 110 111101 111110 1010101

Color Harmonies of #EFF0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0BF

Black with #EFF0BF

Text Example


Text Example

White with #EFF0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0BF; }

 p { color: rgb(239,240,191); }

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

background-color css

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

 a { background-color: rgb(239,240,191); }

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

border-color css

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

 span { border-color: rgb(239,240,191); }

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