Html Css Color HEX #EBE4CA Orange White

📋 copy color: '#EBE4CA'

red 235 ◦ green 228 ◦ blue 202

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

Shades of Orange White #EBE4CA

Tints of Orange White #EBE4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.29%

 BLUE value IS 202 (79.3% from 255) = 30.38%

R = 35.34%
G = 34.29%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBE4CA (or 0xEBE4CA) is known color: Orange White. HEX triplet: EB, E4 and CA. RGB value is (235,228,202). Sum of RGB (Red+Green+Blue) = 235+228+202=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4CA is #141B35. Grayscale: #E3E3E3. Windows color (decimal): -1317686 or 13296875. OLE color: 13296875.

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

Color convert

RGB 235 228 202 -
CMYK 0 0.03 0.14 0.08
HSL 47.27º 0.45% 0.86% -
HSV(B) 47.27º 0.14% 0.92% -
XYZ 72.67 77.41 66.99 -
YUV 227.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 235 228 202 0 0.03 0.14 0.08 47.27 0.45 0.86
Hex EB E4 CA 0 3 E 8 2F 2D 56
Octal 353 344 312 0 3 16 10 57 55 126
Binary 11101011 11100100 11001010 0 11 1110 1000 101111 101101 1010110

Color Harmonies of #EBE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE4CA

Black with #EBE4CA

Text Example


Text Example

White with #EBE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE4CA; }

 p { color: rgb(235,228,202); }

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

background-color css

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

 a { background-color: rgb(235,228,202); }

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

border-color css

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

 span { border-color: rgb(235,228,202); }

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