Html Css Color HEX #EBE5D0 Orange White

📋 copy color: '#EBE5D0'

red 235 ◦ green 229 ◦ blue 208

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

Shades of Orange White #EBE5D0

Tints of Orange White #EBE5D0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.08%

 BLUE value IS 208 (81.64% from 255) = 30.95%

R = 34.97%
G = 34.08%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBE5D0 (or 0xEBE5D0) is known color: Orange White. HEX triplet: EB, E5 and D0. RGB value is (235,229,208). Sum of RGB (Red+Green+Blue) = 235+229+208=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D0 is #141A2F. Grayscale: #E4E4E4. Windows color (decimal): -1317424 or 13690347. OLE color: 13690347.

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

Color convert

RGB 235 229 208 -
CMYK 0 0.03 0.11 0.08
HSL 46.67º 0.4% 0.87% -
HSV(B) 46.67º 0.11% 0.92% -
XYZ 73.67 78.25 70.9 -
YUV 228.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 235 229 208 0 0.03 0.11 0.08 46.67 0.4 0.87
Hex EB E5 D0 0 3 B 8 2F 28 57
Octal 353 345 320 0 3 13 10 57 50 127
Binary 11101011 11100101 11010000 0 11 1011 1000 101111 101000 1010111

Color Harmonies of #EBE5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5D0

Black with #EBE5D0

Text Example


Text Example

White with #EBE5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5D0; }

 p { color: rgb(235,229,208); }

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

background-color css

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

 a { background-color: rgb(235,229,208); }

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

border-color css

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

 span { border-color: rgb(235,229,208); }

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