Html Css Color HEX #EFFEDB Saltpan

📋 copy color: '#EFFEDB'

red 239 ◦ green 254 ◦ blue 219

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

Shades of Saltpan #EFFEDB

Tints of Saltpan #EFFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.67%

 BLUE value IS 219 (85.94% from 255) = 30.76%

R = 33.57%
G = 35.67%
B = 30.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#EFFEDB (or 0xEFFEDB) is known color: Saltpan. HEX triplet: EF, FE and DB. RGB value is (239,254,219). Sum of RGB (Red+Green+Blue) = 239+254+219=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEDB is #100124. Grayscale: #F5F5F5. Windows color (decimal): -1048869 or 14417647. OLE color: 14417647.

HSL color Cylindrical-coordinate representation of color #EFFEDB: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFEDB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 219 -
CMYK 0.06 0 0.14 0.00
HSL 85.71º 0.95% 0.93% -
HSV(B) 85.71º 0.14% 1% -
XYZ 83.82 94.35 80.81 -
YUV 245.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 239 254 219 0.06 0 0.14 0.00 85.71 0.95 0.93
Hex EF FE DB 6 0 E 0 56 5F 5D
Octal 357 376 333 6 0 16 0 126 137 135
Binary 11101111 11111110 11011011 110 0 1110 0 1010110 1011111 1011101

Color Harmonies of #EFFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEDB

Black with #EFFEDB

Text Example


Text Example

White with #EFFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEDB; }

 p { color: rgb(239,254,219); }

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

background-color css

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

 a { background-color: rgb(239,254,219); }

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

border-color css

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

 span { border-color: rgb(239,254,219); }

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