Html Css Color HEX #EF7E4D Crusta

📋 copy color: '#EF7E4D'

red 239 ◦ green 126 ◦ blue 77

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

Shades of Crusta #EF7E4D

Tints of Crusta #EF7E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.42%

R = 54.07%
G = 28.51%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF7E4D (or 0xEF7E4D) is known color: Crusta. HEX triplet: EF, 7E and 4D. RGB value is (239,126,77). Sum of RGB (Red+Green+Blue) = 239+126+77=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E4D is #1081B2. Grayscale: #9A9A9A. Windows color (decimal): -1081779 or 5078767. OLE color: 5078767.

HSL color Cylindrical-coordinate representation of color #EF7E4D: hue angle of 18.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF7E4D is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 77 -
CMYK 0 0.47 0.68 0.06
HSL 18.15º 0.84% 0.62% -
HSV(B) 18.15º 0.68% 0.94% -
XYZ 44.4 33.81 11.21 -
YUV 154.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 239 126 77 0 0.47 0.68 0.06 18.15 0.84 0.62
Hex EF 7E 4D 0 2F 44 6 12 54 3E
Octal 357 176 115 0 57 104 6 22 124 76
Binary 11101111 1111110 1001101 0 101111 1000100 110 10010 1010100 111110

Color Harmonies of #EF7E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E4D

Black with #EF7E4D

Text Example


Text Example

White with #EF7E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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