Html Css Color HEX #EF8C66 Crusta

📋 copy color: '#EF8C66'

red 239 ◦ green 140 ◦ blue 102

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

Shades of Crusta #EF8C66

Tints of Crusta #EF8C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 49.69%
G = 29.11%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF8C66 (or 0xEF8C66) is known color: Crusta. HEX triplet: EF, 8C and 66. RGB value is (239,140,102). Sum of RGB (Red+Green+Blue) = 239+140+102=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C66 is #107399. Grayscale: #A5A5A5. Windows color (decimal): -1078170 or 6720751. OLE color: 6720751.

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

Color convert

RGB 239 140 102 -
CMYK 0 0.41 0.57 0.06
HSL 16.64º 0.81% 0.67% -
HSV(B) 16.64º 0.57% 0.94% -
XYZ 47.37 38.07 17.42 -
YUV 165.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 239 140 102 0 0.41 0.57 0.06 16.64 0.81 0.67
Hex EF 8C 66 0 29 39 6 11 51 43
Octal 357 214 146 0 51 71 6 21 121 103
Binary 11101111 10001100 1100110 0 101001 111001 110 10001 1010001 1000011

Color Harmonies of #EF8C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C66

Black with #EF8C66

Text Example


Text Example

White with #EF8C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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