Html Css Color HEX #EFFAF0 Honeydew

📋 copy color: '#EFFAF0'

red 239 ◦ green 250 ◦ blue 240

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

Shades of Honeydew #EFFAF0

Tints of Honeydew #EFFAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 32.92%

R = 32.78%
G = 34.29%
B = 32.92%

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

#EFFAF0 (or 0xEFFAF0) is known color: Honeydew. HEX triplet: EF, FA and F0. RGB value is (239,250,240). Sum of RGB (Red+Green+Blue) = 239+250+240=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF0 is #10050F. Grayscale: #F5F5F5. Windows color (decimal): -1049872 or 15792879. OLE color: 15792879.

HSL color Cylindrical-coordinate representation of color #EFFAF0: hue angle of 125.45º 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 #EFFAF0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 240 -
CMYK 0.04 0 0.04 0.02
HSL 125.45º 0.52% 0.96% -
HSV(B) 125.45º 0.04% 0.98% -
XYZ 85.51 93.01 95.88 -
YUV 245.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 239 250 240 0.04 0 0.04 0.02 125.45 0.52 0.96
Hex EF FA F0 4 0 4 2 7D 34 60
Octal 357 372 360 4 0 4 2 175 64 140
Binary 11101111 11111010 11110000 100 0 100 10 1111101 110100 1100000

Color Harmonies of #EFFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAF0

Black with #EFFAF0

Text Example


Text Example

White with #EFFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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