Html Css Color HEX #EBD294 Double Colonial White

📋 copy color: '#EBD294'

red 235 ◦ green 210 ◦ blue 148

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

Shades of Double Colonial White #EBD294

Tints of Double Colonial White #EBD294

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 148 (58.2% from 255) = 24.96%

R = 39.63%
G = 35.41%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBD294 (or 0xEBD294) is known color: Double Colonial White. HEX triplet: EB, D2 and 94. RGB value is (235,210,148). Sum of RGB (Red+Green+Blue) = 235+210+148=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD294 is #142D6B. Grayscale: #D2D2D2. Windows color (decimal): -1322348 or 9753323. OLE color: 9753323.

HSL color Cylindrical-coordinate representation of color #EBD294: hue angle of 42.76º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBD294 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 148 -
CMYK 0 0.11 0.37 0.08
HSL 42.76º 0.69% 0.75% -
HSV(B) 42.76º 0.37% 0.92% -
XYZ 62.65 65.89 37.43 -
YUV 210.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 235 210 148 0 0.11 0.37 0.08 42.76 0.69 0.75
Hex EB D2 94 0 B 25 8 2B 45 4B
Octal 353 322 224 0 13 45 10 53 105 113
Binary 11101011 11010010 10010100 0 1011 100101 1000 101011 1000101 1001011

Color Harmonies of #EBD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD294

Black with #EBD294

Text Example


Text Example

White with #EBD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD294; }

 p { color: rgb(235,210,148); }

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

background-color css

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

 a { background-color: rgb(235,210,148); }

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

border-color css

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

 span { border-color: rgb(235,210,148); }

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