Html Css Color HEX #CEDC1C Pear

📋 copy color: '#CEDC1C'

red 206 ◦ green 220 ◦ blue 28

#CEDC1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CEDC1C

Tints of Pear #CEDC1C

RGB

 RED value IS 206 (80.86% from 255) = 45.37%

 GREEN value IS 220 (86.33% from 255) = 48.46%

 BLUE value IS 28 (11.33% from 255) = 6.17%

R = 45.37%
G = 48.46%
B = 6.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#CEDC1C (or 0xCEDC1C) is known color: Pear. HEX triplet: CE, DC and 1C. RGB value is (206,220,28). Sum of RGB (Red+Green+Blue) = 206+220+28=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC1C is #3123E3. Grayscale: #C2C2C2. Windows color (decimal): -3220452 or 1891534. OLE color: 1891534.

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

Color convert

RGB 206 220 28 -
CMYK 0.06 0 0.87 0.14
HSL 64.38º 0.77% 0.49% -
HSV(B) 64.38º 0.87% 0.86% -
XYZ 51.26 64.39 10.83 -
YUV 193.93 34.36 136.61 -
System Red Green Blue C M Y K H S L
Decimal 206 220 28 0.06 0 0.87 0.14 64.38 0.77 0.49
Hex CE DC 1C 6 0 57 E 40 4D 31
Octal 316 334 34 6 0 127 16 100 115 61
Binary 11001110 11011100 11100 110 0 1010111 1110 1000000 1001101 110001

Color Harmonies of #CEDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC1C

Black with #CEDC1C

Text Example


Text Example

White with #CEDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC1C; }

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

 H1.HeaderClassName
 {
   color: #CEDC1C;
 }
 .AnyTagClassName
 {
   color: #CEDC1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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