Html Css Color HEX #EF945B Crusta

📋 copy color: '#EF945B'

red 239 ◦ green 148 ◦ blue 91

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

Shades of Crusta #EF945B

Tints of Crusta #EF945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.04%

R = 50%
G = 30.96%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF945B (or 0xEF945B) is known color: Crusta. HEX triplet: EF, 94 and 5B. RGB value is (239,148,91). Sum of RGB (Red+Green+Blue) = 239+148+91=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF945B is #106BA4. Grayscale: #A9A9A9. Windows color (decimal): -1076133 or 6001903. OLE color: 6001903.

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

Color convert

RGB 239 148 91 -
CMYK 0 0.38 0.62 0.06
HSL 23.11º 0.82% 0.65% -
HSV(B) 23.11º 0.62% 0.94% -
XYZ 48.07 40.29 15.14 -
YUV 168.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 239 148 91 0 0.38 0.62 0.06 23.11 0.82 0.65
Hex EF 94 5B 0 26 3E 6 17 52 41
Octal 357 224 133 0 46 76 6 27 122 101
Binary 11101111 10010100 1011011 0 100110 111110 110 10111 1010010 1000001

Color Harmonies of #EF945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF945B

Black with #EF945B

Text Example


Text Example

White with #EF945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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