Html Css Color HEX #EF8D51 Crusta

📋 copy color: '#EF8D51'

red 239 ◦ green 141 ◦ blue 81

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

Shades of Crusta #EF8D51

Tints of Crusta #EF8D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.57%

R = 51.84%
G = 30.59%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF8D51 (or 0xEF8D51) is known color: Crusta. HEX triplet: EF, 8D and 51. RGB value is (239,141,81). Sum of RGB (Red+Green+Blue) = 239+141+81=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D51 is #1072AE. Grayscale: #A3A3A3. Windows color (decimal): -1077935 or 5344751. OLE color: 5344751.

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

Color convert

RGB 239 141 81 -
CMYK 0 0.41 0.66 0.06
HSL 22.78º 0.83% 0.63% -
HSV(B) 22.78º 0.66% 0.94% -
XYZ 46.61 37.99 12.66 -
YUV 163.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 239 141 81 0 0.41 0.66 0.06 22.78 0.83 0.63
Hex EF 8D 51 0 29 42 6 17 53 3F
Octal 357 215 121 0 51 102 6 27 123 77
Binary 11101111 10001101 1010001 0 101001 1000010 110 10111 1010011 111111

Color Harmonies of #EF8D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D51

Black with #EF8D51

Text Example


Text Example

White with #EF8D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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