Html Css Color HEX #EB935A Crusta

📋 copy color: '#EB935A'

red 235 ◦ green 147 ◦ blue 90

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

Shades of Crusta #EB935A

Tints of Crusta #EB935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.14%

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

R = 49.79%
G = 31.14%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB935A (or 0xEB935A) is known color: Crusta. HEX triplet: EB, 93 and 5A. RGB value is (235,147,90). Sum of RGB (Red+Green+Blue) = 235+147+90=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB935A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB935A is #146CA5. Grayscale: #A7A7A7. Windows color (decimal): -1338534 or 5936107. OLE color: 5936107.

HSL color Cylindrical-coordinate representation of color #EB935A: hue angle of 23.59º 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 #EB935A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 147 90 -
CMYK 0 0.37 0.62 0.08
HSL 23.59º 0.78% 0.64% -
HSV(B) 23.59º 0.62% 0.92% -
XYZ 46.54 39.27 14.8 -
YUV 166.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 235 147 90 0 0.37 0.62 0.08 23.59 0.78 0.64
Hex EB 93 5A 0 25 3E 8 18 4E 40
Octal 353 223 132 0 45 76 10 30 116 100
Binary 11101011 10010011 1011010 0 100101 111110 1000 11000 1001110 1000000

Color Harmonies of #EB935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB935A

Black with #EB935A

Text Example


Text Example

White with #EB935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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