Html Css Color HEX #EF8C55 Crusta

📋 copy color: '#EF8C55'

red 239 ◦ green 140 ◦ blue 85

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

Shades of Crusta #EF8C55

Tints of Crusta #EF8C55

RGB

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

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

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

R = 51.51%
G = 30.17%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8C55 (or 0xEF8C55) is known color: Crusta. HEX triplet: EF, 8C and 55. RGB value is (239,140,85). Sum of RGB (Red+Green+Blue) = 239+140+85=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C55 is #1073AA. Grayscale: #A3A3A3. Windows color (decimal): -1078187 or 5606639. OLE color: 5606639.

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

Color convert

RGB 239 140 85 -
CMYK 0 0.41 0.64 0.06
HSL 21.43º 0.83% 0.64% -
HSV(B) 21.43º 0.64% 0.94% -
XYZ 46.61 37.76 13.43 -
YUV 163.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 239 140 85 0 0.41 0.64 0.06 21.43 0.83 0.64
Hex EF 8C 55 0 29 40 6 15 53 40
Octal 357 214 125 0 51 100 6 25 123 100
Binary 11101111 10001100 1010101 0 101001 1000000 110 10101 1010011 1000000

Color Harmonies of #EF8C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C55

Black with #EF8C55

Text Example


Text Example

White with #EF8C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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