Html Css Color HEX #EF915E Crusta

📋 copy color: '#EF915E'

red 239 ◦ green 145 ◦ blue 94

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

Shades of Crusta #EF915E

Tints of Crusta #EF915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.33%

 BLUE value IS 94 (37.11% from 255) = 19.67%

R = 50%
G = 30.33%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF915E (or 0xEF915E) is known color: Crusta. HEX triplet: EF, 91 and 5E. RGB value is (239,145,94). Sum of RGB (Red+Green+Blue) = 239+145+94=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF915E is #106EA1. Grayscale: #A7A7A7. Windows color (decimal): -1076898 or 6197743. OLE color: 6197743.

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

Color convert

RGB 239 145 94 -
CMYK 0 0.39 0.61 0.06
HSL 21.1º 0.82% 0.65% -
HSV(B) 21.1º 0.61% 0.94% -
XYZ 47.74 39.41 15.68 -
YUV 167.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 239 145 94 0 0.39 0.61 0.06 21.1 0.82 0.65
Hex EF 91 5E 0 27 3D 6 15 52 41
Octal 357 221 136 0 47 75 6 25 122 101
Binary 11101111 10010001 1011110 0 100111 111101 110 10101 1010010 1000001

Color Harmonies of #EF915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF915E

Black with #EF915E

Text Example


Text Example

White with #EF915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF915E; }

 p { color: rgb(239,145,94); }

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

background-color css

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

 a { background-color: rgb(239,145,94); }

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

border-color css

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

 span { border-color: rgb(239,145,94); }

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