Html Css Color HEX #EF8A5E Crusta

📋 copy color: '#EF8A5E'

red 239 ◦ green 138 ◦ blue 94

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

Shades of Crusta #EF8A5E

Tints of Crusta #EF8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.3%

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 50.74%
G = 29.3%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF8A5E (or 0xEF8A5E) is known color: Crusta. HEX triplet: EF, 8A and 5E. RGB value is (239,138,94). Sum of RGB (Red+Green+Blue) = 239+138+94=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A5E is #1075A1. Grayscale: #A3A3A3. Windows color (decimal): -1078690 or 6195951. OLE color: 6195951.

HSL color Cylindrical-coordinate representation of color #EF8A5E: hue angle of 18.21º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF8A5E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 94 -
CMYK 0 0.42 0.61 0.06
HSL 18.21º 0.82% 0.65% -
HSV(B) 18.21º 0.61% 0.94% -
XYZ 46.71 37.34 15.33 -
YUV 163.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 239 138 94 0 0.42 0.61 0.06 18.21 0.82 0.65
Hex EF 8A 5E 0 2A 3D 6 12 52 41
Octal 357 212 136 0 52 75 6 22 122 101
Binary 11101111 10001010 1011110 0 101010 111101 110 10010 1010010 1000001

Color Harmonies of #EF8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A5E

Black with #EF8A5E

Text Example


Text Example

White with #EF8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A5E; }

 p { color: rgb(239,138,94); }

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

background-color css

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

 a { background-color: rgb(239,138,94); }

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

border-color css

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

 span { border-color: rgb(239,138,94); }

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