#CEDC3B

Color #CEDC3B Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CEDC3B

Tints of Las Palmas #CEDC3B

Color information

#CEDC3B (or 0xCEDC3B) is unknown color: approx Las Palmas. HEX triplet: CE, DC and 3B. RGB value is (206,220,59). Sum of RGB (Red+Green+Blue) = 206+220+59=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC3B is #3123C4. Grayscale: #C6C6C6. Windows color (decimal): -3220421 or 3923150. OLE color: 3923150.

HSL color Cylindrical-coordinate representation of color #CEDC3B: hue angle of 65.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEDC3B is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB20622059-
CMYK0.0600.730.14
HSL65.22º69.7%54.71%-
HSV(B)65.22º73.18%86.27%-
XYZ51.8464.6213.88-
YUV197.4649.86134.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 59 (23.44% from 255) = 12.16%
R=42.47%
G=45.36%
B=12.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206220590.0600.730.1465.2269.754.71
HexCEDC3B6049E414637
Octal31633473601111610110667
Binary110011101101110011101111001001001111010000011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC3B; }

 p { color: rgb(206,220,59); }

 H1.HeaderClassName
 {
   color: #CEDC3B;
 }
 .AnyTagClassName
 {
   color: #CEDC3B;
 }
</style>
background-color css

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

 a { background-color: rgb(206,220,59); }

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

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

 span { border-color: rgb(206,220,59); }

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