Html Css Color HEX #EBCAA8 Negroni

📋 copy color: '#EBCAA8'

red 235 ◦ green 202 ◦ blue 168

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

Shades of Negroni #EBCAA8

Tints of Negroni #EBCAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.39%

 BLUE value IS 168 (66.02% from 255) = 27.77%

R = 38.84%
G = 33.39%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBCAA8 (or 0xEBCAA8) is known color: Negroni. HEX triplet: EB, CA and A8. RGB value is (235,202,168). Sum of RGB (Red+Green+Blue) = 235+202+168=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA8 is #143557. Grayscale: #D0D0D0. Windows color (decimal): -1324376 or 11061995. OLE color: 11061995.

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

Color convert

RGB 235 202 168 -
CMYK 0 0.14 0.29 0.08
HSL 30.45º 0.63% 0.79% -
HSV(B) 30.45º 0.29% 0.92% -
XYZ 62.45 62.73 45.86 -
YUV 207.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 235 202 168 0 0.14 0.29 0.08 30.45 0.63 0.79
Hex EB CA A8 0 E 1D 8 1E 3F 4F
Octal 353 312 250 0 16 35 10 36 77 117
Binary 11101011 11001010 10101000 0 1110 11101 1000 11110 111111 1001111

Color Harmonies of #EBCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCAA8

Black with #EBCAA8

Text Example


Text Example

White with #EBCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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