Shades of Carla #EFF3CA
Tints of Carla #EFF3CA
RGB
CMYK
RGB Variations
Color information
#EFF3CA (or 0xEFF3CA) is known color: Carla. HEX triplet: EF, F3 and CA. RGB value is (239,243,202). Sum of RGB (Red+Green+Blue) = 239+243+202=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CA is #100C35. Grayscale: #EDEDED. Windows color (decimal): -1051702 or 13300719. OLE color: 13300719.
HSL color Cylindrical-coordinate representation of color #EFF3CA: hue angle of 65.85º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFF3CA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 202 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 65.85º | 0.63% | 0.87% | - |
| HSV(B) | 65.85º | 0.17% | 0.95% | - |
| XYZ | 78.31 | 86.72 | 68.49 | - |
| YUV | 237.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 202 | 0.02 | 0 | 0.17 | 0.05 | 65.85 | 0.63 | 0.87 |
| Hex | EF | F3 | CA | 2 | 0 | 11 | 5 | 42 | 3F | 57 |
| Octal | 357 | 363 | 312 | 2 | 0 | 21 | 5 | 102 | 77 | 127 |
| Binary | 11101111 | 11110011 | 11001010 | 10 | 0 | 10001 | 101 | 1000010 | 111111 | 1010111 |
Color Harmonies of #EFF3CA
Complementary color
Monochromatic Colors of #EFF3CA
Black with #EFF3CA
Text Example
Text Example
White with #EFF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3CA; }
p { color: rgb(239,243,202); }
H1.HeaderClassName
{
color: #EFF3CA;
}
.AnyTagClassName
{
color: #EFF3CA;
}
</style>
background-color css
<style>
a { background-color: #EFF3CA; }
a { background-color: rgb(239,243,202); }
div.DivClassName
{
background-color: #EFF3CA;
}
.BgClassName
{
background-color: #EFF3CA;
}
</style>
border-color css
<style>
span { border-color: #EFF3CA; }
span { border-color: rgb(239,243,202); }
td.TdClassName
{
border-color: #EFF3CA;
}
.TagClassName
{
border-color: #EFF3CA;
}
</style>