Html Css Color HEX #EBF0E3 Saltpan

📋 copy color: '#EBF0E3'

red 235 ◦ green 240 ◦ blue 227

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

Shades of Saltpan #EBF0E3

Tints of Saltpan #EBF0E3

RGB

 RED value IS 235 (92.19% from 255) = 33.48%

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

 BLUE value IS 227 (89.06% from 255) = 32.34%

R = 33.48%
G = 34.19%
B = 32.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EBF0E3 (or 0xEBF0E3) is known color: Saltpan. HEX triplet: EB, F0 and E3. RGB value is (235,240,227). Sum of RGB (Red+Green+Blue) = 235+240+227=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0E3 is #140F1C. Grayscale: #EDEDED. Windows color (decimal): -1314589 or 14938347. OLE color: 14938347.

HSL color Cylindrical-coordinate representation of color #EBF0E3: hue angle of 83.08º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF0E3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 227 -
CMYK 0.02 0 0.05 0.06
HSL 83.08º 0.3% 0.92% -
HSV(B) 83.08º 0.05% 0.94% -
XYZ 79.29 85.53 85 -
YUV 237.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 235 240 227 0.02 0 0.05 0.06 83.08 0.3 0.92
Hex EB F0 E3 2 0 5 6 53 1E 5C
Octal 353 360 343 2 0 5 6 123 36 134
Binary 11101011 11110000 11100011 10 0 101 110 1010011 11110 1011100

Color Harmonies of #EBF0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0E3

Black with #EBF0E3

Text Example


Text Example

White with #EBF0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0E3; }

 p { color: rgb(235,240,227); }

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

background-color css

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

 a { background-color: rgb(235,240,227); }

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

border-color css

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

 span { border-color: rgb(235,240,227); }

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