Html Css Color HEX #E6CD90 Double Colonial White

📋 copy color: '#E6CD90'

red 230 ◦ green 205 ◦ blue 144

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

Shades of Double Colonial White #E6CD90

Tints of Double Colonial White #E6CD90

RGB

 RED value IS 230 (90.23% from 255) = 39.72%

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 144 (56.64% from 255) = 24.87%

R = 39.72%
G = 35.41%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6CD90 (or 0xE6CD90) is known color: Double Colonial White. HEX triplet: E6, CD and 90. RGB value is (230,205,144). Sum of RGB (Red+Green+Blue) = 230+205+144=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CD90 is #19326F. Grayscale: #CDCDCD. Windows color (decimal): -1651312 or 9489894. OLE color: 9489894.

HSL color Cylindrical-coordinate representation of color #E6CD90: hue angle of 42.56º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6CD90 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 205 144 -
CMYK 0 0.11 0.37 0.10
HSL 42.56º 0.63% 0.73% -
HSV(B) 42.56º 0.37% 0.9% -
XYZ 59.5 62.5 35.31 -
YUV 205.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 230 205 144 0 0.11 0.37 0.10 42.56 0.63 0.73
Hex E6 CD 90 0 B 25 A 2B 3F 49
Octal 346 315 220 0 13 45 12 53 77 111
Binary 11100110 11001101 10010000 0 1011 100101 1010 101011 111111 1001001

Color Harmonies of #E6CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CD90

Black with #E6CD90

Text Example


Text Example

White with #E6CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CD90; }

 p { color: rgb(230,205,144); }

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

background-color css

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

 a { background-color: rgb(230,205,144); }

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

border-color css

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

 span { border-color: rgb(230,205,144); }

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