Shades of Las Palmas #CEDE3A
Tints of Las Palmas #CEDE3A
RGB
CMYK
RGB Variations
Color information
#CEDE3A (or 0xCEDE3A) is known color: Las Palmas. HEX triplet: CE, DE and 3A. RGB value is (206,222,58). Sum of RGB (Red+Green+Blue) = 206+222+58=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE3A is #3121C5. Grayscale: #C7C7C7. Windows color (decimal): -3219910 or 3858126. OLE color: 3858126.
HSL color Cylindrical-coordinate representation of color #CEDE3A: hue angle of 65.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEDE3A is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 58 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.13 |
| HSL | 65.85º | 0.71% | 0.55% | - |
| HSV(B) | 65.85º | 0.74% | 0.87% | - |
| XYZ | 52.34 | 65.67 | 13.92 | - |
| YUV | 198.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 58 | 0.07 | 0 | 0.74 | 0.13 | 65.85 | 0.71 | 0.55 |
| Hex | CE | DE | 3A | 7 | 0 | 4A | D | 42 | 47 | 37 |
| Octal | 316 | 336 | 72 | 7 | 0 | 112 | 15 | 102 | 107 | 67 |
| Binary | 11001110 | 11011110 | 111010 | 111 | 0 | 1001010 | 1101 | 1000010 | 1000111 | 110111 |
Color Harmonies of #CEDE3A
Complementary color
Monochromatic Colors of #CEDE3A
Black with #CEDE3A
Text Example
Text Example
White with #CEDE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE3A; }
p { color: rgb(206,222,58); }
H1.HeaderClassName
{
color: #CEDE3A;
}
.AnyTagClassName
{
color: #CEDE3A;
}
</style>
background-color css
<style>
a { background-color: #CEDE3A; }
a { background-color: rgb(206,222,58); }
div.DivClassName
{
background-color: #CEDE3A;
}
.BgClassName
{
background-color: #CEDE3A;
}
</style>
border-color css
<style>
span { border-color: #CEDE3A; }
span { border-color: rgb(206,222,58); }
td.TdClassName
{
border-color: #CEDE3A;
}
.TagClassName
{
border-color: #CEDE3A;
}
</style>