Shades of Carla #EFF4C8
Tints of Carla #EFF4C8
RGB
CMYK
RGB Variations
Color information
#EFF4C8 (or 0xEFF4C8) is known color: Carla. HEX triplet: EF, F4 and C8. RGB value is (239,244,200). Sum of RGB (Red+Green+Blue) = 239+244+200=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 200 (78.52% from 255 or 29.28% from 683); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4C8 is #100B37. Grayscale: #EDEDED. Windows color (decimal): -1051448 or 13169903. OLE color: 13169903.
HSL color Cylindrical-coordinate representation of color #EFF4C8: hue angle of 66.82º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFF4C8 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 244 | 200 | - |
CMYK | 0.02 | 0 | 0.18 | 0.04 |
HSL | 66.82º | 0.67% | 0.87% | - |
HSV(B) | 66.82º | 0.18% | 0.96% | - |
XYZ | 78.37 | 87.22 | 67.35 | - |
YUV | 237.49 | 106.84 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 244 | 200 | 0.02 | 0 | 0.18 | 0.04 | 66.82 | 0.67 | 0.87 |
Hex | EF | F4 | C8 | 2 | 0 | 12 | 4 | 43 | 43 | 57 |
Octal | 357 | 364 | 310 | 2 | 0 | 22 | 4 | 103 | 103 | 127 |
Binary | 11101111 | 11110100 | 11001000 | 10 | 0 | 10010 | 100 | 1000011 | 1000011 | 1010111 |
Color Harmonies of #EFF4C8
Complementary color
Monochromatic Colors of #EFF4C8
Black with #EFF4C8
Text Example
Text Example
White with #EFF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4C8; }
p { color: rgb(239,244,200); }
H1.HeaderClassName
{
color: #EFF4C8;
}
.AnyTagClassName
{
color: #EFF4C8;
}
</style>
background-color css
<style>
a { background-color: #EFF4C8; }
a { background-color: rgb(239,244,200); }
div.DivClassName
{
background-color: #EFF4C8;
}
.BgClassName
{
background-color: #EFF4C8;
}
</style>
border-color css
<style>
span { border-color: #EFF4C8; }
span { border-color: rgb(239,244,200); }
td.TdClassName
{
border-color: #EFF4C8;
}
.TagClassName
{
border-color: #EFF4C8;
}
</style>