Html Css Color HEX #EBE5CF Orange White

📋 copy color: '#EBE5CF'

red 235 ◦ green 229 ◦ blue 207

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

Shades of Orange White #EBE5CF

Tints of Orange White #EBE5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.85%

R = 35.02%
G = 34.13%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBE5CF (or 0xEBE5CF) is known color: Orange White. HEX triplet: EB, E5 and CF. RGB value is (235,229,207). Sum of RGB (Red+Green+Blue) = 235+229+207=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5CF is #141A30. Grayscale: #E4E4E4. Windows color (decimal): -1317425 or 13624811. OLE color: 13624811.

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

Color convert

RGB 235 229 207 -
CMYK 0 0.03 0.12 0.08
HSL 47.14º 0.41% 0.87% -
HSV(B) 47.14º 0.12% 0.92% -
XYZ 73.54 78.21 70.25 -
YUV 228.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 235 229 207 0 0.03 0.12 0.08 47.14 0.41 0.87
Hex EB E5 CF 0 3 C 8 2F 29 57
Octal 353 345 317 0 3 14 10 57 51 127
Binary 11101011 11100101 11001111 0 11 1100 1000 101111 101001 1010111

Color Harmonies of #EBE5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5CF

Black with #EBE5CF

Text Example


Text Example

White with #EBE5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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