Html Css Color HEX #EBD58E Double Colonial White

📋 copy color: '#EBD58E'

red 235 ◦ green 213 ◦ blue 142

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

Shades of Double Colonial White #EBD58E

Tints of Double Colonial White #EBD58E

RGB

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

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

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

R = 39.83%
G = 36.1%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBD58E (or 0xEBD58E) is known color: Double Colonial White. HEX triplet: EB, D5 and 8E. RGB value is (235,213,142). Sum of RGB (Red+Green+Blue) = 235+213+142=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD58E is #142A71. Grayscale: #D3D3D3. Windows color (decimal): -1321586 or 9360875. OLE color: 9360875.

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

Color convert

RGB 235 213 142 -
CMYK 0 0.09 0.40 0.08
HSL 45.81º 0.7% 0.74% -
HSV(B) 45.81º 0.4% 0.92% -
XYZ 62.94 67.2 35.25 -
YUV 211.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 235 213 142 0 0.09 0.40 0.08 45.81 0.7 0.74
Hex EB D5 8E 0 9 28 8 2E 46 4A
Octal 353 325 216 0 11 50 10 56 106 112
Binary 11101011 11010101 10001110 0 1001 101000 1000 101110 1000110 1001010

Color Harmonies of #EBD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD58E

Black with #EBD58E

Text Example


Text Example

White with #EBD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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