Html Css Color HEX #EB905D Crusta

📋 copy color: '#EB905D'

red 235 ◦ green 144 ◦ blue 93

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

Shades of Crusta #EB905D

Tints of Crusta #EB905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.51%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 49.79%
G = 30.51%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB905D (or 0xEB905D) is known color: Crusta. HEX triplet: EB, 90 and 5D. RGB value is (235,144,93). Sum of RGB (Red+Green+Blue) = 235+144+93=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB905D is #146FA2. Grayscale: #A5A5A5. Windows color (decimal): -1339299 or 6131947. OLE color: 6131947.

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

Color convert

RGB 235 144 93 -
CMYK 0 0.39 0.60 0.08
HSL 21.55º 0.78% 0.64% -
HSV(B) 21.55º 0.6% 0.92% -
XYZ 46.21 38.4 15.33 -
YUV 165.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 235 144 93 0 0.39 0.60 0.08 21.55 0.78 0.64
Hex EB 90 5D 0 27 3C 8 16 4E 40
Octal 353 220 135 0 47 74 10 26 116 100
Binary 11101011 10010000 1011101 0 100111 111100 1000 10110 1001110 1000000

Color Harmonies of #EB905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB905D

Black with #EB905D

Text Example


Text Example

White with #EB905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB905D; }

 p { color: rgb(235,144,93); }

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

background-color css

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

 a { background-color: rgb(235,144,93); }

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

border-color css

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

 span { border-color: rgb(235,144,93); }

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