Html Css Color HEX #EF8D4F Crusta

📋 copy color: '#EF8D4F'

red 239 ◦ green 141 ◦ blue 79

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

Shades of Crusta #EF8D4F

Tints of Crusta #EF8D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

 BLUE value IS 79 (31.25% from 255) = 17.21%

R = 52.07%
G = 30.72%
B = 17.21%

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

#EF8D4F (or 0xEF8D4F) is known color: Crusta. HEX triplet: EF, 8D and 4F. RGB value is (239,141,79). Sum of RGB (Red+Green+Blue) = 239+141+79=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D4F is #1072B0. Grayscale: #A3A3A3. Windows color (decimal): -1077937 or 5213679. OLE color: 5213679.

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

Color convert

RGB 239 141 79 -
CMYK 0 0.41 0.67 0.06
HSL 23.25º 0.83% 0.62% -
HSV(B) 23.25º 0.67% 0.94% -
XYZ 46.53 37.96 12.27 -
YUV 163.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 239 141 79 0 0.41 0.67 0.06 23.25 0.83 0.62
Hex EF 8D 4F 0 29 43 6 17 53 3E
Octal 357 215 117 0 51 103 6 27 123 76
Binary 11101111 10001101 1001111 0 101001 1000011 110 10111 1010011 111110

Color Harmonies of #EF8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D4F

Black with #EF8D4F

Text Example


Text Example

White with #EF8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D4F; }

 p { color: rgb(239,141,79); }

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

background-color css

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

 a { background-color: rgb(239,141,79); }

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

border-color css

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

 span { border-color: rgb(239,141,79); }

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