Html Css Color HEX #EF8C50 Crusta

📋 copy color: '#EF8C50'

red 239 ◦ green 140 ◦ blue 80

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

Shades of Crusta #EF8C50

Tints of Crusta #EF8C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.5%

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

R = 52.07%
G = 30.5%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF8C50 (or 0xEF8C50) is known color: Crusta. HEX triplet: EF, 8C and 50. RGB value is (239,140,80). Sum of RGB (Red+Green+Blue) = 239+140+80=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C50 is #1073AF. Grayscale: #A3A3A3. Windows color (decimal): -1078192 or 5278959. OLE color: 5278959.

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

Color convert

RGB 239 140 80 -
CMYK 0 0.41 0.67 0.06
HSL 22.64º 0.83% 0.63% -
HSV(B) 22.64º 0.67% 0.94% -
XYZ 46.42 37.69 12.42 -
YUV 162.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 239 140 80 0 0.41 0.67 0.06 22.64 0.83 0.63
Hex EF 8C 50 0 29 43 6 17 53 3F
Octal 357 214 120 0 51 103 6 27 123 77
Binary 11101111 10001100 1010000 0 101001 1000011 110 10111 1010011 111111

Color Harmonies of #EF8C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C50

Black with #EF8C50

Text Example


Text Example

White with #EF8C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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