Html Css Color HEX #CED59E Orinoco

📋 copy color: '#CED59E'

red 206 ◦ green 213 ◦ blue 158

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

Shades of Orinoco #CED59E

Tints of Orinoco #CED59E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.92%

 BLUE value IS 158 (62.11% from 255) = 27.38%

R = 35.7%
G = 36.92%
B = 27.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#CED59E (or 0xCED59E) is known color: Orinoco. HEX triplet: CE, D5 and 9E. RGB value is (206,213,158). Sum of RGB (Red+Green+Blue) = 206+213+158=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #CED59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED59E is #312A61. Grayscale: #CCCCCC. Windows color (decimal): -3222114 or 10409422. OLE color: 10409422.

HSL color Cylindrical-coordinate representation of color #CED59E: hue angle of 67.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CED59E is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 158 -
CMYK 0.03 0 0.26 0.16
HSL 67.64º 0.4% 0.73% -
HSV(B) 67.64º 0.26% 0.84% -
XYZ 55.42 63.18 41.62 -
YUV 204.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 206 213 158 0.03 0 0.26 0.16 67.64 0.4 0.73
Hex CE D5 9E 3 0 1A 10 44 28 49
Octal 316 325 236 3 0 32 20 104 50 111
Binary 11001110 11010101 10011110 11 0 11010 10000 1000100 101000 1001001

Color Harmonies of #CED59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED59E

Black with #CED59E

Text Example


Text Example

White with #CED59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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