Html Css Color HEX #EFFBDA Saltpan

📋 copy color: '#EFFBDA'

red 239 ◦ green 251 ◦ blue 218

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

Shades of Saltpan #EFFBDA

Tints of Saltpan #EFFBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.45%

 BLUE value IS 218 (85.55% from 255) = 30.79%

R = 33.76%
G = 35.45%
B = 30.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#EFFBDA (or 0xEFFBDA) is known color: Saltpan. HEX triplet: EF, FB and DA. RGB value is (239,251,218). Sum of RGB (Red+Green+Blue) = 239+251+218=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBDA is #100425. Grayscale: #F3F3F3. Windows color (decimal): -1049638 or 14351343. OLE color: 14351343.

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

Color convert

RGB 239 251 218 -
CMYK 0.05 0 0.13 0.02
HSL 81.82º 0.8% 0.92% -
HSV(B) 81.82º 0.13% 0.98% -
XYZ 82.75 92.41 79.8 -
YUV 243.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 239 251 218 0.05 0 0.13 0.02 81.82 0.8 0.92
Hex EF FB DA 5 0 D 2 52 50 5C
Octal 357 373 332 5 0 15 2 122 120 134
Binary 11101111 11111011 11011010 101 0 1101 10 1010010 1010000 1011100

Color Harmonies of #EFFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBDA

Black with #EFFBDA

Text Example


Text Example

White with #EFFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBDA; }

 p { color: rgb(239,251,218); }

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

background-color css

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

 a { background-color: rgb(239,251,218); }

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

border-color css

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

 span { border-color: rgb(239,251,218); }

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