Html Css Color HEX #EF865A Crusta

📋 copy color: '#EF865A'

red 239 ◦ green 134 ◦ blue 90

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

Shades of Crusta #EF865A

Tints of Crusta #EF865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

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

R = 51.62%
G = 28.94%
B = 19.44%

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

#EF865A (or 0xEF865A) is known color: Crusta. HEX triplet: EF, 86 and 5A. RGB value is (239,134,90). Sum of RGB (Red+Green+Blue) = 239+134+90=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF865A is #1079A5. Grayscale: #A0A0A0. Windows color (decimal): -1079718 or 5932783. OLE color: 5932783.

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

Color convert

RGB 239 134 90 -
CMYK 0 0.44 0.62 0.06
HSL 17.72º 0.82% 0.65% -
HSV(B) 17.72º 0.62% 0.94% -
XYZ 45.97 36.14 14.23 -
YUV 160.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 239 134 90 0 0.44 0.62 0.06 17.72 0.82 0.65
Hex EF 86 5A 0 2C 3E 6 12 52 41
Octal 357 206 132 0 54 76 6 22 122 101
Binary 11101111 10000110 1011010 0 101100 111110 110 10010 1010010 1000001

Color Harmonies of #EF865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF865A

Black with #EF865A

Text Example


Text Example

White with #EF865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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