Html Css Color HEX #EF855B Crusta

📋 copy color: '#EF855B'

red 239 ◦ green 133 ◦ blue 91

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

Shades of Crusta #EF855B

Tints of Crusta #EF855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

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

R = 51.62%
G = 28.73%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF855B (or 0xEF855B) is known color: Crusta. HEX triplet: EF, 85 and 5B. RGB value is (239,133,91). Sum of RGB (Red+Green+Blue) = 239+133+91=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF855B is #107AA4. Grayscale: #A0A0A0. Windows color (decimal): -1079973 or 5998063. OLE color: 5998063.

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

Color convert

RGB 239 133 91 -
CMYK 0 0.44 0.62 0.06
HSL 17.03º 0.82% 0.65% -
HSV(B) 17.03º 0.62% 0.94% -
XYZ 45.87 35.88 14.41 -
YUV 159.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 239 133 91 0 0.44 0.62 0.06 17.03 0.82 0.65
Hex EF 85 5B 0 2C 3E 6 11 52 41
Octal 357 205 133 0 54 76 6 21 122 101
Binary 11101111 10000101 1011011 0 101100 111110 110 10001 1010010 1000001

Color Harmonies of #EF855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF855B

Black with #EF855B

Text Example


Text Example

White with #EF855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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