Html Css Color HEX #EE7F61 Crusta

📋 copy color: '#EE7F61'

red 238 ◦ green 127 ◦ blue 97

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

Shades of Crusta #EE7F61

Tints of Crusta #EE7F61

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

 BLUE value IS 97 (38.28% from 255) = 21%

R = 51.52%
G = 27.49%
B = 21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE7F61 (or 0xEE7F61) is known color: Crusta. HEX triplet: EE, 7F and 61. RGB value is (238,127,97). Sum of RGB (Red+Green+Blue) = 238+127+97=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F61 is #11809E. Grayscale: #9C9C9C. Windows color (decimal): -1147039 or 6389742. OLE color: 6389742.

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

Color convert

RGB 238 127 97 -
CMYK 0 0.47 0.59 0.07
HSL 12.77º 0.81% 0.66% -
HSV(B) 12.77º 0.59% 0.93% -
XYZ 45.01 34.22 15.54 -
YUV 156.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 238 127 97 0 0.47 0.59 0.07 12.77 0.81 0.66
Hex EE 7F 61 0 2F 3B 7 D 51 42
Octal 356 177 141 0 57 73 7 15 121 102
Binary 11101110 1111111 1100001 0 101111 111011 111 1101 1010001 1000010

Color Harmonies of #EE7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7F61

Black with #EE7F61

Text Example


Text Example

White with #EE7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7F61; }

 p { color: rgb(238,127,97); }

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

background-color css

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

 a { background-color: rgb(238,127,97); }

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

border-color css

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

 span { border-color: rgb(238,127,97); }

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