Html Css Color HEX #EB8E5C Crusta

📋 copy color: '#EB8E5C'

red 235 ◦ green 142 ◦ blue 92

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

Shades of Crusta #EB8E5C

Tints of Crusta #EB8E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.28%

 BLUE value IS 92 (36.33% from 255) = 19.62%

R = 50.11%
G = 30.28%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB8E5C (or 0xEB8E5C) is known color: Crusta. HEX triplet: EB, 8E and 5C. RGB value is (235,142,92). Sum of RGB (Red+Green+Blue) = 235+142+92=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E5C is #1471A3. Grayscale: #A4A4A4. Windows color (decimal): -1339812 or 6065899. OLE color: 6065899.

HSL color Cylindrical-coordinate representation of color #EB8E5C: hue angle of 20.98º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB8E5C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 142 92 -
CMYK 0 0.40 0.61 0.08
HSL 20.98º 0.78% 0.64% -
HSV(B) 20.98º 0.61% 0.92% -
XYZ 45.87 37.78 15 -
YUV 164.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 235 142 92 0 0.40 0.61 0.08 20.98 0.78 0.64
Hex EB 8E 5C 0 28 3D 8 15 4E 40
Octal 353 216 134 0 50 75 10 25 116 100
Binary 11101011 10001110 1011100 0 101000 111101 1000 10101 1001110 1000000

Color Harmonies of #EB8E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E5C

Black with #EB8E5C

Text Example


Text Example

White with #EB8E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E5C; }

 p { color: rgb(235,142,92); }

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

background-color css

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

 a { background-color: rgb(235,142,92); }

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

border-color css

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

 span { border-color: rgb(235,142,92); }

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