Html Css Color HEX #EF905B Crusta

📋 copy color: '#EF905B'

red 239 ◦ green 144 ◦ blue 91

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

Shades of Crusta #EF905B

Tints of Crusta #EF905B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.2%

R = 50.42%
G = 30.38%
B = 19.2%

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

#EF905B (or 0xEF905B) is known color: Crusta. HEX triplet: EF, 90 and 5B. RGB value is (239,144,91). Sum of RGB (Red+Green+Blue) = 239+144+91=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF905B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF905B is #106FA4. Grayscale: #A6A6A6. Windows color (decimal): -1077157 or 6000879. OLE color: 6000879.

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

Color convert

RGB 239 144 91 -
CMYK 0 0.40 0.62 0.06
HSL 21.49º 0.82% 0.65% -
HSV(B) 21.49º 0.62% 0.94% -
XYZ 47.46 39.05 14.93 -
YUV 166.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 239 144 91 0 0.40 0.62 0.06 21.49 0.82 0.65
Hex EF 90 5B 0 28 3E 6 15 52 41
Octal 357 220 133 0 50 76 6 25 122 101
Binary 11101111 10010000 1011011 0 101000 111110 110 10101 1010010 1000001

Color Harmonies of #EF905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF905B

Black with #EF905B

Text Example


Text Example

White with #EF905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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