Html Css Color HEX #EF805A Crusta

📋 copy color: '#EF805A'

red 239 ◦ green 128 ◦ blue 90

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

Shades of Crusta #EF805A

Tints of Crusta #EF805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.01%

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

R = 52.3%
G = 28.01%
B = 19.69%

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

#EF805A (or 0xEF805A) is known color: Crusta. HEX triplet: EF, 80 and 5A. RGB value is (239,128,90). Sum of RGB (Red+Green+Blue) = 239+128+90=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF805A is #107FA5. Grayscale: #9D9D9D. Windows color (decimal): -1081254 or 5931247. OLE color: 5931247.

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

Color convert

RGB 239 128 90 -
CMYK 0 0.46 0.62 0.06
HSL 15.3º 0.82% 0.65% -
HSV(B) 15.3º 0.62% 0.94% -
XYZ 45.16 34.53 13.96 -
YUV 156.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 239 128 90 0 0.46 0.62 0.06 15.3 0.82 0.65
Hex EF 80 5A 0 2E 3E 6 F 52 41
Octal 357 200 132 0 56 76 6 17 122 101
Binary 11101111 10000000 1011010 0 101110 111110 110 1111 1010010 1000001

Color Harmonies of #EF805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF805A

Black with #EF805A

Text Example


Text Example

White with #EF805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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