Html Css Color HEX #EF915C Crusta

📋 copy color: '#EF915C'

red 239 ◦ green 145 ◦ blue 92

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

Shades of Crusta #EF915C

Tints of Crusta #EF915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 50.21%
G = 30.46%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF915C (or 0xEF915C) is known color: Crusta. HEX triplet: EF, 91 and 5C. RGB value is (239,145,92). Sum of RGB (Red+Green+Blue) = 239+145+92=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF915C is #106EA3. Grayscale: #A7A7A7. Windows color (decimal): -1076900 or 6066671. OLE color: 6066671.

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

Color convert

RGB 239 145 92 -
CMYK 0 0.39 0.62 0.06
HSL 21.63º 0.82% 0.65% -
HSV(B) 21.63º 0.62% 0.94% -
XYZ 47.65 39.37 15.21 -
YUV 167.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 239 145 92 0 0.39 0.62 0.06 21.63 0.82 0.65
Hex EF 91 5C 0 27 3E 6 16 52 41
Octal 357 221 134 0 47 76 6 26 122 101
Binary 11101111 10010001 1011100 0 100111 111110 110 10110 1010010 1000001

Color Harmonies of #EF915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF915C

Black with #EF915C

Text Example


Text Example

White with #EF915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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