Html Css Color HEX #EF905F Crusta

📋 copy color: '#EF905F'

red 239 ◦ green 144 ◦ blue 95

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

Shades of Crusta #EF905F

Tints of Crusta #EF905F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 50%
G = 30.13%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF905F (or 0xEF905F) is known color: Crusta. HEX triplet: EF, 90 and 5F. RGB value is (239,144,95). Sum of RGB (Red+Green+Blue) = 239+144+95=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF905F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF905F is #106FA0. Grayscale: #A7A7A7. Windows color (decimal): -1077153 or 6263023. OLE color: 6263023.

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

Color convert

RGB 239 144 95 -
CMYK 0 0.40 0.60 0.06
HSL 20.42º 0.82% 0.65% -
HSV(B) 20.42º 0.6% 0.94% -
XYZ 47.64 39.12 15.87 -
YUV 166.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 239 144 95 0 0.40 0.60 0.06 20.42 0.82 0.65
Hex EF 90 5F 0 28 3C 6 14 52 41
Octal 357 220 137 0 50 74 6 24 122 101
Binary 11101111 10010000 1011111 0 101000 111100 110 10100 1010010 1000001

Color Harmonies of #EF905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF905F

Black with #EF905F

Text Example


Text Example

White with #EF905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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