#CED39E

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

Shades of Orinoco #CED39E

Tints of Orinoco #CED39E

Color information

#CED39E (or 0xCED39E) is unknown color: approx Orinoco. HEX triplet: CE, D3 and 9E. RGB value is (206,211,158). Sum of RGB (Red+Green+Blue) = 206+211+158=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #CED39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED39E is #312C61. Grayscale: #CBCBCB. Windows color (decimal): -3222626 or 10408910. OLE color: 10408910.

HSL color Cylindrical-coordinate representation of color #CED39E: hue angle of 65.66º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CED39E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB206211158-
CMYK0.0200.250.17
HSL65.66º37.59%72.35%-
HSV(B)65.66º25.12%82.75%-
XYZ54.9262.1841.45-
YUV203.46102.34129.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=35.83%
G=36.70%
B=27.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062111580.0200.250.1765.6637.5972.35
HexCED39E201911422648
Octal31632323620312110246110
Binary110011101101001110011110100110011000110000101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED39E; }

 p { color: rgb(206,211,158); }

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

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

 a { background-color: rgb(206,211,158); }

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

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

 span { border-color: rgb(206,211,158); }

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