Html Css Color HEX #EF9155 Crusta

📋 copy color: '#EF9155'

red 239 ◦ green 145 ◦ blue 85

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

Shades of Crusta #EF9155

Tints of Crusta #EF9155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 50.96%
G = 30.92%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF9155 (or 0xEF9155) is known color: Crusta. HEX triplet: EF, 91 and 55. RGB value is (239,145,85). Sum of RGB (Red+Green+Blue) = 239+145+85=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9155 is #106EAA. Grayscale: #A6A6A6. Windows color (decimal): -1076907 or 5607919. OLE color: 5607919.

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

Color convert

RGB 239 145 85 -
CMYK 0 0.39 0.64 0.06
HSL 23.38º 0.83% 0.64% -
HSV(B) 23.38º 0.64% 0.94% -
XYZ 47.36 39.26 13.68 -
YUV 166.27 82.14 179.88 -
System Red Green Blue C M Y K H S L
Decimal 239 145 85 0 0.39 0.64 0.06 23.38 0.83 0.64
Hex EF 91 55 0 27 40 6 17 53 40
Octal 357 221 125 0 47 100 6 27 123 100
Binary 11101111 10010001 1010101 0 100111 1000000 110 10111 1010011 1000000

Color Harmonies of #EF9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9155

Black with #EF9155

Text Example


Text Example

White with #EF9155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9155; }

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

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

background-color css

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

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

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

border-color css

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

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

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