Html Css Color HEX #EF885B Crusta

📋 copy color: '#EF885B'

red 239 ◦ green 136 ◦ blue 91

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

Shades of Crusta #EF885B

Tints of Crusta #EF885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

 BLUE value IS 91 (35.94% from 255) = 19.53%

R = 51.29%
G = 29.18%
B = 19.53%

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

#EF885B (or 0xEF885B) is known color: Crusta. HEX triplet: EF, 88 and 5B. RGB value is (239,136,91). Sum of RGB (Red+Green+Blue) = 239+136+91=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF885B is #1077A4. Grayscale: #A1A1A1. Windows color (decimal): -1079205 or 5998831. OLE color: 5998831.

HSL color Cylindrical-coordinate representation of color #EF885B: hue angle of 18.24º 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 #EF885B is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 136 91 -
CMYK 0 0.43 0.62 0.06
HSL 18.24º 0.82% 0.65% -
HSV(B) 18.24º 0.62% 0.94% -
XYZ 46.29 36.71 14.54 -
YUV 161.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 239 136 91 0 0.43 0.62 0.06 18.24 0.82 0.65
Hex EF 88 5B 0 2B 3E 6 12 52 41
Octal 357 210 133 0 53 76 6 22 122 101
Binary 11101111 10001000 1011011 0 101011 111110 110 10010 1010010 1000001

Color Harmonies of #EF885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF885B

Black with #EF885B

Text Example


Text Example

White with #EF885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF885B; }

 p { color: rgb(239,136,91); }

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

background-color css

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

 a { background-color: rgb(239,136,91); }

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

border-color css

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

 span { border-color: rgb(239,136,91); }

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