Html Css Color HEX #EF8750 Crusta

📋 copy color: '#EF8750'

red 239 ◦ green 135 ◦ blue 80

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

Shades of Crusta #EF8750

Tints of Crusta #EF8750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 52.64%
G = 29.74%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF8750 (or 0xEF8750) is known color: Crusta. HEX triplet: EF, 87 and 50. RGB value is (239,135,80). Sum of RGB (Red+Green+Blue) = 239+135+80=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8750 is #1078AF. Grayscale: #A0A0A0. Windows color (decimal): -1079472 or 5277679. OLE color: 5277679.

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

Color convert

RGB 239 135 80 -
CMYK 0 0.44 0.67 0.06
HSL 20.75º 0.83% 0.63% -
HSV(B) 20.75º 0.67% 0.94% -
XYZ 45.71 36.26 12.18 -
YUV 159.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 239 135 80 0 0.44 0.67 0.06 20.75 0.83 0.63
Hex EF 87 50 0 2C 43 6 15 53 3F
Octal 357 207 120 0 54 103 6 25 123 77
Binary 11101111 10000111 1010000 0 101100 1000011 110 10101 1010011 111111

Color Harmonies of #EF8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8750

Black with #EF8750

Text Example


Text Example

White with #EF8750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8750; }

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

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

background-color css

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

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

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

border-color css

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

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

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