Html Css Color HEX #EF7E5A Crusta

📋 copy color: '#EF7E5A'

red 239 ◦ green 126 ◦ blue 90

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

Shades of Crusta #EF7E5A

Tints of Crusta #EF7E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

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

R = 52.53%
G = 27.69%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF7E5A (or 0xEF7E5A) is known color: Crusta. HEX triplet: EF, 7E and 5A. RGB value is (239,126,90). Sum of RGB (Red+Green+Blue) = 239+126+90=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E5A is #1081A5. Grayscale: #9B9B9B. Windows color (decimal): -1081766 or 5930735. OLE color: 5930735.

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

Color convert

RGB 239 126 90 -
CMYK 0 0.47 0.62 0.06
HSL 14.5º 0.82% 0.65% -
HSV(B) 14.5º 0.62% 0.94% -
XYZ 44.9 34.01 13.87 -
YUV 155.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 239 126 90 0 0.47 0.62 0.06 14.5 0.82 0.65
Hex EF 7E 5A 0 2F 3E 6 E 52 41
Octal 357 176 132 0 57 76 6 16 122 101
Binary 11101111 1111110 1011010 0 101111 111110 110 1110 1010010 1000001

Color Harmonies of #EF7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E5A

Black with #EF7E5A

Text Example


Text Example

White with #EF7E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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