Html Css Color HEX #EFF6E0 Saltpan

📋 copy color: '#EFF6E0'

red 239 ◦ green 246 ◦ blue 224

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

Shades of Saltpan #EFF6E0

Tints of Saltpan #EFF6E0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.7%

 BLUE value IS 224 (87.89% from 255) = 31.59%

R = 33.71%
G = 34.7%
B = 31.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#EFF6E0 (or 0xEFF6E0) is known color: Saltpan. HEX triplet: EF, F6 and E0. RGB value is (239,246,224). Sum of RGB (Red+Green+Blue) = 239+246+224=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 246 (96.48% from 255 or 34.70% from 709); Blue value is 224 (87.89% from 255 or 31.59% from 709); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6E0 is #10091F. Grayscale: #F1F1F1. Windows color (decimal): -1050912 or 14743279. OLE color: 14743279.

HSL color Cylindrical-coordinate representation of color #EFF6E0: hue angle of 79.09º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF6E0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 246 224 -
CMYK 0.03 0 0.09 0.04
HSL 79.09º 0.55% 0.92% -
HSV(B) 79.09º 0.09% 0.96% -
XYZ 82.01 89.64 83.5 -
YUV 241.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 239 246 224 0.03 0 0.09 0.04 79.09 0.55 0.92
Hex EF F6 E0 3 0 9 4 4F 37 5C
Octal 357 366 340 3 0 11 4 117 67 134
Binary 11101111 11110110 11100000 11 0 1001 100 1001111 110111 1011100

Color Harmonies of #EFF6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF6E0

Black with #EFF6E0

Text Example


Text Example

White with #EFF6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF6E0; }

 p { color: rgb(239,246,224); }

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

background-color css

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

 a { background-color: rgb(239,246,224); }

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

border-color css

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

 span { border-color: rgb(239,246,224); }

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