Html Css Color HEX #EF905D Crusta

📋 copy color: '#EF905D'

red 239 ◦ green 144 ◦ blue 93

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

Shades of Crusta #EF905D

Tints of Crusta #EF905D

RGB

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

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

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

R = 50.21%
G = 30.25%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF905D (or 0xEF905D) is known color: Crusta. HEX triplet: EF, 90 and 5D. RGB value is (239,144,93). Sum of RGB (Red+Green+Blue) = 239+144+93=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF905D is #106FA2. Grayscale: #A6A6A6. Windows color (decimal): -1077155 or 6131951. OLE color: 6131951.

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

Color convert

RGB 239 144 93 -
CMYK 0 0.40 0.61 0.06
HSL 20.96º 0.82% 0.65% -
HSV(B) 20.96º 0.61% 0.94% -
XYZ 47.55 39.09 15.39 -
YUV 166.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 239 144 93 0 0.40 0.61 0.06 20.96 0.82 0.65
Hex EF 90 5D 0 28 3D 6 15 52 41
Octal 357 220 135 0 50 75 6 25 122 101
Binary 11101111 10010000 1011101 0 101000 111101 110 10101 1010010 1000001

Color Harmonies of #EF905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF905D

Black with #EF905D

Text Example


Text Example

White with #EF905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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