Html Css Color HEX #EE8F64 Crusta

📋 copy color: '#EE8F64'

red 238 ◦ green 143 ◦ blue 100

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

Shades of Crusta #EE8F64

Tints of Crusta #EE8F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 49.48%
G = 29.73%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE8F64 (or 0xEE8F64) is known color: Crusta. HEX triplet: EE, 8F and 64. RGB value is (238,143,100). Sum of RGB (Red+Green+Blue) = 238+143+100=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F64 is #11709B. Grayscale: #A6A6A6. Windows color (decimal): -1142940 or 6590446. OLE color: 6590446.

HSL color Cylindrical-coordinate representation of color #EE8F64: hue angle of 18.7º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE8F64 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 143 100 -
CMYK 0 0.40 0.58 0.07
HSL 18.7º 0.8% 0.66% -
HSV(B) 18.7º 0.58% 0.93% -
XYZ 47.38 38.74 17.04 -
YUV 166.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 238 143 100 0 0.40 0.58 0.07 18.7 0.8 0.66
Hex EE 8F 64 0 28 3A 7 13 50 42
Octal 356 217 144 0 50 72 7 23 120 102
Binary 11101110 10001111 1100100 0 101000 111010 111 10011 1010000 1000010

Color Harmonies of #EE8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8F64

Black with #EE8F64

Text Example


Text Example

White with #EE8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8F64; }

 p { color: rgb(238,143,100); }

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

background-color css

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

 a { background-color: rgb(238,143,100); }

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

border-color css

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

 span { border-color: rgb(238,143,100); }

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