Html Css Color HEX #EF815A Crusta

📋 copy color: '#EF815A'

red 239 ◦ green 129 ◦ blue 90

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

Shades of Crusta #EF815A

Tints of Crusta #EF815A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 52.18%
G = 28.17%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF815A (or 0xEF815A) is known color: Crusta. HEX triplet: EF, 81 and 5A. RGB value is (239,129,90). Sum of RGB (Red+Green+Blue) = 239+129+90=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF815A is #107EA5. Grayscale: #9D9D9D. Windows color (decimal): -1080998 or 5931503. OLE color: 5931503.

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

Color convert

RGB 239 129 90 -
CMYK 0 0.46 0.62 0.06
HSL 15.7º 0.82% 0.65% -
HSV(B) 15.7º 0.62% 0.94% -
XYZ 45.29 34.79 14 -
YUV 157.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 239 129 90 0 0.46 0.62 0.06 15.7 0.82 0.65
Hex EF 81 5A 0 2E 3E 6 10 52 41
Octal 357 201 132 0 56 76 6 20 122 101
Binary 11101111 10000001 1011010 0 101110 111110 110 10000 1010010 1000001

Color Harmonies of #EF815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF815A

Black with #EF815A

Text Example


Text Example

White with #EF815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF815A; }

 p { color: rgb(239,129,90); }

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

background-color css

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

 a { background-color: rgb(239,129,90); }

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

border-color css

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

 span { border-color: rgb(239,129,90); }

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