Html Css Color HEX #EF9053 Crusta

📋 copy color: '#EF9053'

red 239 ◦ green 144 ◦ blue 83

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

Shades of Crusta #EF9053

Tints of Crusta #EF9053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.9%

 BLUE value IS 83 (32.81% from 255) = 17.81%

R = 51.29%
G = 30.9%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF9053 (or 0xEF9053) is known color: Crusta. HEX triplet: EF, 90 and 53. RGB value is (239,144,83). Sum of RGB (Red+Green+Blue) = 239+144+83=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9053 is #106FAC. Grayscale: #A5A5A5. Windows color (decimal): -1077165 or 5476591. OLE color: 5476591.

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

Color convert

RGB 239 144 83 -
CMYK 0 0.40 0.65 0.06
HSL 23.46º 0.83% 0.63% -
HSV(B) 23.46º 0.65% 0.94% -
XYZ 47.13 38.92 13.21 -
YUV 165.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 239 144 83 0 0.40 0.65 0.06 23.46 0.83 0.63
Hex EF 90 53 0 28 41 6 17 53 3F
Octal 357 220 123 0 50 101 6 27 123 77
Binary 11101111 10010000 1010011 0 101000 1000001 110 10111 1010011 111111

Color Harmonies of #EF9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9053

Black with #EF9053

Text Example


Text Example

White with #EF9053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9053; }

 p { color: rgb(239,144,83); }

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

background-color css

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

 a { background-color: rgb(239,144,83); }

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

border-color css

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

 span { border-color: rgb(239,144,83); }

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