Html Css Color HEX #EE905D Crusta

📋 copy color: '#EE905D'

red 238 ◦ green 144 ◦ blue 93

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

Shades of Crusta #EE905D

Tints of Crusta #EE905D

RGB

 RED value IS 238 (93.36% from 255) = 50.11%

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

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

R = 50.11%
G = 30.32%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE905D (or 0xEE905D) is known color: Crusta. HEX triplet: EE, 90 and 5D. RGB value is (238,144,93). Sum of RGB (Red+Green+Blue) = 238+144+93=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE905D is #116FA2. Grayscale: #A6A6A6. Windows color (decimal): -1142691 or 6131950. OLE color: 6131950.

HSL color Cylindrical-coordinate representation of color #EE905D: hue angle of 21.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE905D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 144 93 -
CMYK 0 0.39 0.61 0.07
HSL 21.1º 0.81% 0.65% -
HSV(B) 21.1º 0.61% 0.93% -
XYZ 47.21 38.91 15.38 -
YUV 166.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 238 144 93 0 0.39 0.61 0.07 21.1 0.81 0.65
Hex EE 90 5D 0 27 3D 7 15 51 41
Octal 356 220 135 0 47 75 7 25 121 101
Binary 11101110 10010000 1011101 0 100111 111101 111 10101 1010001 1000001

Color Harmonies of #EE905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE905D

Black with #EE905D

Text Example


Text Example

White with #EE905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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