Html Css Color HEX #EF8A4E Crusta

📋 copy color: '#EF8A4E'

red 239 ◦ green 138 ◦ blue 78

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

Shades of Crusta #EF8A4E

Tints of Crusta #EF8A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.14%

R = 52.53%
G = 30.33%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF8A4E (or 0xEF8A4E) is known color: Crusta. HEX triplet: EF, 8A and 4E. RGB value is (239,138,78). Sum of RGB (Red+Green+Blue) = 239+138+78=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A4E is #1075B1. Grayscale: #A1A1A1. Windows color (decimal): -1078706 or 5147375. OLE color: 5147375.

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

Color convert

RGB 239 138 78 -
CMYK 0 0.42 0.67 0.06
HSL 22.36º 0.83% 0.62% -
HSV(B) 22.36º 0.67% 0.94% -
XYZ 46.06 37.08 11.94 -
YUV 161.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 239 138 78 0 0.42 0.67 0.06 22.36 0.83 0.62
Hex EF 8A 4E 0 2A 43 6 16 53 3E
Octal 357 212 116 0 52 103 6 26 123 76
Binary 11101111 10001010 1001110 0 101010 1000011 110 10110 1010011 111110

Color Harmonies of #EF8A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A4E

Black with #EF8A4E

Text Example


Text Example

White with #EF8A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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