Html Css Color HEX #EF945D Crusta

📋 copy color: '#EF945D'

red 239 ◦ green 148 ◦ blue 93

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

Shades of Crusta #EF945D

Tints of Crusta #EF945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 93 (36.72% from 255) = 19.38%

R = 49.79%
G = 30.83%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF945D (or 0xEF945D) is known color: Crusta. HEX triplet: EF, 94 and 5D. RGB value is (239,148,93). Sum of RGB (Red+Green+Blue) = 239+148+93=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF945D is #106BA2. Grayscale: #A9A9A9. Windows color (decimal): -1076131 or 6132975. OLE color: 6132975.

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

Color convert

RGB 239 148 93 -
CMYK 0 0.38 0.61 0.06
HSL 22.6º 0.82% 0.65% -
HSV(B) 22.6º 0.61% 0.94% -
XYZ 48.16 40.32 15.6 -
YUV 168.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 239 148 93 0 0.38 0.61 0.06 22.6 0.82 0.65
Hex EF 94 5D 0 26 3D 6 17 52 41
Octal 357 224 135 0 46 75 6 27 122 101
Binary 11101111 10010100 1011101 0 100110 111101 110 10111 1010010 1000001

Color Harmonies of #EF945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF945D

Black with #EF945D

Text Example


Text Example

White with #EF945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF945D; }

 p { color: rgb(239,148,93); }

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

background-color css

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

 a { background-color: rgb(239,148,93); }

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

border-color css

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

 span { border-color: rgb(239,148,93); }

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