Html Css Color HEX #EF925E Crusta

📋 copy color: '#EF925E'

red 239 ◦ green 146 ◦ blue 94

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

Shades of Crusta #EF925E

Tints of Crusta #EF925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.48%

 BLUE value IS 94 (37.11% from 255) = 19.62%

R = 49.9%
G = 30.48%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF925E (or 0xEF925E) is known color: Crusta. HEX triplet: EF, 92 and 5E. RGB value is (239,146,94). Sum of RGB (Red+Green+Blue) = 239+146+94=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF925E is #106DA1. Grayscale: #A8A8A8. Windows color (decimal): -1076642 or 6197999. OLE color: 6197999.

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

Color convert

RGB 239 146 94 -
CMYK 0 0.39 0.61 0.06
HSL 21.52º 0.82% 0.65% -
HSV(B) 21.52º 0.61% 0.94% -
XYZ 47.9 39.72 15.73 -
YUV 167.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 239 146 94 0 0.39 0.61 0.06 21.52 0.82 0.65
Hex EF 92 5E 0 27 3D 6 16 52 41
Octal 357 222 136 0 47 75 6 26 122 101
Binary 11101111 10010010 1011110 0 100111 111101 110 10110 1010010 1000001

Color Harmonies of #EF925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF925E

Black with #EF925E

Text Example


Text Example

White with #EF925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF925E; }

 p { color: rgb(239,146,94); }

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

background-color css

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

 a { background-color: rgb(239,146,94); }

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

border-color css

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

 span { border-color: rgb(239,146,94); }

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