Html Css Color HEX #EF8761 Crusta

📋 copy color: '#EF8761'

red 239 ◦ green 135 ◦ blue 97

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

Shades of Crusta #EF8761

Tints of Crusta #EF8761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

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

R = 50.74%
G = 28.66%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF8761 (or 0xEF8761) is known color: Crusta. HEX triplet: EF, 87 and 61. RGB value is (239,135,97). Sum of RGB (Red+Green+Blue) = 239+135+97=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8761 is #10789E. Grayscale: #A2A2A2. Windows color (decimal): -1079455 or 6391791. OLE color: 6391791.

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

Color convert

RGB 239 135 97 -
CMYK 0 0.44 0.59 0.06
HSL 16.06º 0.82% 0.66% -
HSV(B) 16.06º 0.59% 0.94% -
XYZ 46.42 36.54 15.92 -
YUV 161.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 239 135 97 0 0.44 0.59 0.06 16.06 0.82 0.66
Hex EF 87 61 0 2C 3B 6 10 52 42
Octal 357 207 141 0 54 73 6 20 122 102
Binary 11101111 10000111 1100001 0 101100 111011 110 10000 1010010 1000010

Color Harmonies of #EF8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8761

Black with #EF8761

Text Example


Text Example

White with #EF8761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8761; }

 p { color: rgb(239,135,97); }

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

background-color css

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

 a { background-color: rgb(239,135,97); }

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

border-color css

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

 span { border-color: rgb(239,135,97); }

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