Html Css Color HEX #EFF0C2 Spring Sun

📋 copy color: '#EFF0C2'

red 239 ◦ green 240 ◦ blue 194

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

Shades of Spring Sun #EFF0C2

Tints of Spring Sun #EFF0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.83%

R = 35.51%
G = 35.66%
B = 28.83%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFF0C2 (or 0xEFF0C2) is known color: Spring Sun. HEX triplet: EF, F0 and C2. RGB value is (239,240,194). Sum of RGB (Red+Green+Blue) = 239+240+194=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 194 (76.17% from 255 or 28.83% from 673); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0C2 is #100F3D. Grayscale: #EAEAEA. Windows color (decimal): -1052478 or 12775663. OLE color: 12775663.

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

Color convert

RGB 239 240 194 -
CMYK 0.00 0 0.19 0.06
HSL 61.3º 0.61% 0.85% -
HSV(B) 61.3º 0.19% 0.94% -
XYZ 76.49 84.57 63.33 -
YUV 234.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 239 240 194 0.00 0 0.19 0.06 61.3 0.61 0.85
Hex EF F0 C2 0 0 13 6 3D 3D 55
Octal 357 360 302 0 0 23 6 75 75 125
Binary 11101111 11110000 11000010 0 0 10011 110 111101 111101 1010101

Color Harmonies of #EFF0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0C2

Black with #EFF0C2

Text Example


Text Example

White with #EFF0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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