Html Css Color HEX #EFFAEF Honeydew

📋 copy color: '#EFFAEF'

red 239 ◦ green 250 ◦ blue 239

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

Shades of Honeydew #EFFAEF

Tints of Honeydew #EFFAEF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.34%

 BLUE value IS 239 (93.75% from 255) = 32.83%

R = 32.83%
G = 34.34%
B = 32.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#EFFAEF (or 0xEFFAEF) is known color: Honeydew. HEX triplet: EF, FA and EF. RGB value is (239,250,239). Sum of RGB (Red+Green+Blue) = 239+250+239=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 239 (93.75% from 255 or 32.83% from 728); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAEF is #100510. Grayscale: #F5F5F5. Windows color (decimal): -1049873 or 15727343. OLE color: 15727343.

HSL color Cylindrical-coordinate representation of color #EFFAEF: hue angle of 120º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAEF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 239 -
CMYK 0.04 0 0.04 0.02
HSL 120º 0.52% 0.96% -
HSV(B) 120º 0.04% 0.98% -
XYZ 85.36 92.95 95.1 -
YUV 245.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 239 250 239 0.04 0 0.04 0.02 120 0.52 0.96
Hex EF FA EF 4 0 4 2 78 34 60
Octal 357 372 357 4 0 4 2 170 64 140
Binary 11101111 11111010 11101111 100 0 100 10 1111000 110100 1100000

Color Harmonies of #EFFAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAEF

Black with #EFFAEF

Text Example


Text Example

White with #EFFAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAEF; }

 p { color: rgb(239,250,239); }

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

background-color css

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

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

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

border-color css

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

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

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