Shades of Honeydew #EAFEEB
Tints of Honeydew #EAFEEB
RGB
CMYK
RGB Variations
Color information
#EAFEEB (or 0xEAFEEB) is known color: Honeydew. HEX triplet: EA, FE and EB. RGB value is (234,254,235). Sum of RGB (Red+Green+Blue) = 234+254+235=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 235 (92.19% from 255 or 32.50% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEEB is #150114. Grayscale: #F5F5F5. Windows color (decimal): -1376533 or 15466218. OLE color: 15466218.
HSL color Cylindrical-coordinate representation of color #EAFEEB: hue angle of 123º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFEEB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 234 | 254 | 235 | - |
CMYK | 0.08 | 0 | 0.07 | 0.00 |
HSL | 123º | 0.91% | 0.96% | - |
HSV(B) | 123º | 0.08% | 1% | - |
XYZ | 84.37 | 94.37 | 92.37 | - |
YUV | 245.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 254 | 235 | 0.08 | 0 | 0.07 | 0.00 | 123 | 0.91 | 0.96 |
Hex | EA | FE | EB | 8 | 0 | 7 | 0 | 7B | 5B | 60 |
Octal | 352 | 376 | 353 | 10 | 0 | 7 | 0 | 173 | 133 | 140 |
Binary | 11101010 | 11111110 | 11101011 | 1000 | 0 | 111 | 0 | 1111011 | 1011011 | 1100000 |
Color Harmonies of #EAFEEB
Complementary color
Monochromatic Colors of #EAFEEB
Black with #EAFEEB
Text Example
Text Example
White with #EAFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEEB; }
p { color: rgb(234,254,235); }
H1.HeaderClassName
{
color: #EAFEEB;
}
.AnyTagClassName
{
color: #EAFEEB;
}
</style>
background-color css
<style>
a { background-color: #EAFEEB; }
a { background-color: rgb(234,254,235); }
div.DivClassName
{
background-color: #EAFEEB;
}
.BgClassName
{
background-color: #EAFEEB;
}
</style>
border-color css
<style>
span { border-color: #EAFEEB; }
span { border-color: rgb(234,254,235); }
td.TdClassName
{
border-color: #EAFEEB;
}
.TagClassName
{
border-color: #EAFEEB;
}
</style>