Html Css Color HEX #EF895A Crusta

📋 copy color: '#EF895A'

red 239 ◦ green 137 ◦ blue 90

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

Shades of Crusta #EF895A

Tints of Crusta #EF895A

RGB

 RED value IS 239 (93.75% from 255) = 51.29%

 GREEN value IS 137 (53.91% from 255) = 29.4%

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 51.29%
G = 29.4%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF895A (or 0xEF895A) is known color: Crusta. HEX triplet: EF, 89 and 5A. RGB value is (239,137,90). Sum of RGB (Red+Green+Blue) = 239+137+90=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF895A is #1076A5. Grayscale: #A2A2A2. Windows color (decimal): -1078950 or 5933551. OLE color: 5933551.

HSL color Cylindrical-coordinate representation of color #EF895A: hue angle of 18.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF895A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 137 90 -
CMYK 0 0.43 0.62 0.06
HSL 18.93º 0.82% 0.65% -
HSV(B) 18.93º 0.62% 0.94% -
XYZ 46.39 36.98 14.37 -
YUV 162.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 239 137 90 0 0.43 0.62 0.06 18.93 0.82 0.65
Hex EF 89 5A 0 2B 3E 6 13 52 41
Octal 357 211 132 0 53 76 6 23 122 101
Binary 11101111 10001001 1011010 0 101011 111110 110 10011 1010010 1000001

Color Harmonies of #EF895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF895A

Black with #EF895A

Text Example


Text Example

White with #EF895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF895A; }

 p { color: rgb(239,137,90); }

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

background-color css

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

 a { background-color: rgb(239,137,90); }

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

border-color css

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

 span { border-color: rgb(239,137,90); }

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