Html Css Color HEX #EF905C Crusta

📋 copy color: '#EF905C'

red 239 ◦ green 144 ◦ blue 92

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

Shades of Crusta #EF905C

Tints of Crusta #EF905C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 50.32%
G = 30.32%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF905C (or 0xEF905C) is known color: Crusta. HEX triplet: EF, 90 and 5C. RGB value is (239,144,92). Sum of RGB (Red+Green+Blue) = 239+144+92=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF905C is #106FA3. Grayscale: #A6A6A6. Windows color (decimal): -1077156 or 6066415. OLE color: 6066415.

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

Color convert

RGB 239 144 92 -
CMYK 0 0.40 0.62 0.06
HSL 21.22º 0.82% 0.65% -
HSV(B) 21.22º 0.62% 0.94% -
XYZ 47.5 39.07 15.16 -
YUV 166.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 239 144 92 0 0.40 0.62 0.06 21.22 0.82 0.65
Hex EF 90 5C 0 28 3E 6 15 52 41
Octal 357 220 134 0 50 76 6 25 122 101
Binary 11101111 10010000 1011100 0 101000 111110 110 10101 1010010 1000001

Color Harmonies of #EF905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF905C

Black with #EF905C

Text Example


Text Example

White with #EF905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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