Html Css Color HEX #EBD18C Double Colonial White

📋 copy color: '#EBD18C'

red 235 ◦ green 209 ◦ blue 140

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

Shades of Double Colonial White #EBD18C

Tints of Double Colonial White #EBD18C

RGB

 RED value IS 235 (92.19% from 255) = 40.24%

 GREEN value IS 209 (82.03% from 255) = 35.79%

 BLUE value IS 140 (55.08% from 255) = 23.97%

R = 40.24%
G = 35.79%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBD18C (or 0xEBD18C) is known color: Double Colonial White. HEX triplet: EB, D1 and 8C. RGB value is (235,209,140). Sum of RGB (Red+Green+Blue) = 235+209+140=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD18C is #142E73. Grayscale: #D1D1D1. Windows color (decimal): -1322612 or 9228779. OLE color: 9228779.

HSL color Cylindrical-coordinate representation of color #EBD18C: hue angle of 43.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBD18C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 209 140 -
CMYK 0 0.11 0.40 0.08
HSL 43.58º 0.7% 0.74% -
HSV(B) 43.58º 0.4% 0.92% -
XYZ 61.8 65.16 34.13 -
YUV 208.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 235 209 140 0 0.11 0.40 0.08 43.58 0.7 0.74
Hex EB D1 8C 0 B 28 8 2C 46 4A
Octal 353 321 214 0 13 50 10 54 106 112
Binary 11101011 11010001 10001100 0 1011 101000 1000 101100 1000110 1001010

Color Harmonies of #EBD18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD18C

Black with #EBD18C

Text Example


Text Example

White with #EBD18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD18C; }

 p { color: rgb(235,209,140); }

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

background-color css

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

 a { background-color: rgb(235,209,140); }

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

border-color css

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

 span { border-color: rgb(235,209,140); }

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