Html Css Color HEX #EB8F5A Crusta

📋 copy color: '#EB8F5A'

red 235 ◦ green 143 ◦ blue 90

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

Shades of Crusta #EB8F5A

Tints of Crusta #EB8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 90 (35.55% from 255) = 19.23%

R = 50.21%
G = 30.56%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB8F5A (or 0xEB8F5A) is known color: Crusta. HEX triplet: EB, 8F and 5A. RGB value is (235,143,90). Sum of RGB (Red+Green+Blue) = 235+143+90=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F5A is #1470A5. Grayscale: #A4A4A4. Windows color (decimal): -1339558 or 5935083. OLE color: 5935083.

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

Color convert

RGB 235 143 90 -
CMYK 0 0.39 0.62 0.08
HSL 21.93º 0.78% 0.64% -
HSV(B) 21.93º 0.62% 0.92% -
XYZ 45.93 38.05 14.6 -
YUV 164.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 235 143 90 0 0.39 0.62 0.08 21.93 0.78 0.64
Hex EB 8F 5A 0 27 3E 8 16 4E 40
Octal 353 217 132 0 47 76 10 26 116 100
Binary 11101011 10001111 1011010 0 100111 111110 1000 10110 1001110 1000000

Color Harmonies of #EB8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F5A

Black with #EB8F5A

Text Example


Text Example

White with #EB8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F5A; }

 p { color: rgb(235,143,90); }

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

background-color css

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

 a { background-color: rgb(235,143,90); }

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

border-color css

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

 span { border-color: rgb(235,143,90); }

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