Html Css Color HEX #EF7D4D Crusta

📋 copy color: '#EF7D4D'

red 239 ◦ green 125 ◦ blue 77

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

Shades of Crusta #EF7D4D

Tints of Crusta #EF7D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

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

R = 54.2%
G = 28.34%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF7D4D (or 0xEF7D4D) is known color: Crusta. HEX triplet: EF, 7D and 4D. RGB value is (239,125,77). Sum of RGB (Red+Green+Blue) = 239+125+77=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D4D is #1082B2. Grayscale: #999999. Windows color (decimal): -1082035 or 5078511. OLE color: 5078511.

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

Color convert

RGB 239 125 77 -
CMYK 0 0.48 0.68 0.06
HSL 17.78º 0.84% 0.62% -
HSV(B) 17.78º 0.68% 0.94% -
XYZ 44.27 33.55 11.16 -
YUV 153.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 239 125 77 0 0.48 0.68 0.06 17.78 0.84 0.62
Hex EF 7D 4D 0 30 44 6 12 54 3E
Octal 357 175 115 0 60 104 6 22 124 76
Binary 11101111 1111101 1001101 0 110000 1000100 110 10010 1010100 111110

Color Harmonies of #EF7D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D4D

Black with #EF7D4D

Text Example


Text Example

White with #EF7D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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