#CEDE1C

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

Shades of Pear #CEDE1C

Tints of Pear #CEDE1C

Color information

#CEDE1C (or 0xCEDE1C) is unknown color: approx Pear. HEX triplet: CE, DE and 1C. RGB value is (206,222,28). Sum of RGB (Red+Green+Blue) = 206+222+28=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE1C is #3121E3. Grayscale: #C3C3C3. Windows color (decimal): -3219940 or 1892046. OLE color: 1892046.

HSL color Cylindrical-coordinate representation of color #CEDE1C: hue angle of 64.95º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEDE1C is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB20622228-
CMYK0.0700.870.13
HSL64.95º77.6%49.02%-
HSV(B)64.95º87.39%87.06%-
XYZ51.7865.4511-
YUV195.133.7135.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 222 (87.11% from 255) = 48.68%
BLUE value IS 28 (11.33% from 255) = 6.14%
R=45.18%
G=48.68%
B=6.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal206222280.0700.870.1364.9577.649.02
HexCEDE1C7057D414e31
Octal31633634701271510111661
Binary11001110110111101110011101010111110110000011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDE1C; }

 p { color: rgb(206,222,28); }

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

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

 a { background-color: rgb(206,222,28); }

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

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

 span { border-color: rgb(206,222,28); }

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