Html Css Color HEX #EE865C Crusta

📋 copy color: '#EE865C'

red 238 ◦ green 134 ◦ blue 92

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

Shades of Crusta #EE865C

Tints of Crusta #EE865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.88%

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

R = 51.29%
G = 28.88%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE865C (or 0xEE865C) is known color: Crusta. HEX triplet: EE, 86 and 5C. RGB value is (238,134,92). Sum of RGB (Red+Green+Blue) = 238+134+92=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE865C is #1179A3. Grayscale: #A0A0A0. Windows color (decimal): -1145252 or 6063854. OLE color: 6063854.

HSL color Cylindrical-coordinate representation of color #EE865C: hue angle of 17.26º 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 #EE865C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 134 92 -
CMYK 0 0.44 0.61 0.07
HSL 17.26º 0.81% 0.65% -
HSV(B) 17.26º 0.61% 0.93% -
XYZ 45.72 36 14.66 -
YUV 160.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 238 134 92 0 0.44 0.61 0.07 17.26 0.81 0.65
Hex EE 86 5C 0 2C 3D 7 11 51 41
Octal 356 206 134 0 54 75 7 21 121 101
Binary 11101110 10000110 1011100 0 101100 111101 111 10001 1010001 1000001

Color Harmonies of #EE865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE865C

Black with #EE865C

Text Example


Text Example

White with #EE865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE865C; }

 p { color: rgb(238,134,92); }

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

background-color css

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

 a { background-color: rgb(238,134,92); }

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

border-color css

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

 span { border-color: rgb(238,134,92); }

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