Html Css Color HEX #EBD18E Double Colonial White

📋 copy color: '#EBD18E'

red 235 ◦ green 209 ◦ blue 142

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

Shades of Double Colonial White #EBD18E

Tints of Double Colonial White #EBD18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.23%

R = 40.1%
G = 35.67%
B = 24.23%

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

#EBD18E (or 0xEBD18E) is known color: Double Colonial White. HEX triplet: EB, D1 and 8E. RGB value is (235,209,142). Sum of RGB (Red+Green+Blue) = 235+209+142=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD18E is #142E71. Grayscale: #D1D1D1. Windows color (decimal): -1322610 or 9359851. OLE color: 9359851.

HSL color Cylindrical-coordinate representation of color #EBD18E: hue angle of 43.23º 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 #EBD18E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 209 142 -
CMYK 0 0.11 0.40 0.08
HSL 43.23º 0.7% 0.74% -
HSV(B) 43.23º 0.4% 0.92% -
XYZ 61.94 65.22 34.91 -
YUV 209.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 235 209 142 0 0.11 0.40 0.08 43.23 0.7 0.74
Hex EB D1 8E 0 B 28 8 2B 46 4A
Octal 353 321 216 0 13 50 10 53 106 112
Binary 11101011 11010001 10001110 0 1011 101000 1000 101011 1000110 1001010

Color Harmonies of #EBD18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD18E

Black with #EBD18E

Text Example


Text Example

White with #EBD18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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