Html Css Color HEX #EF7F4D Crusta

📋 copy color: '#EF7F4D'

red 239 ◦ green 127 ◦ blue 77

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

Shades of Crusta #EF7F4D

Tints of Crusta #EF7F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

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

R = 53.95%
G = 28.67%
B = 17.38%

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

#EF7F4D (or 0xEF7F4D) is known color: Crusta. HEX triplet: EF, 7F and 4D. RGB value is (239,127,77). Sum of RGB (Red+Green+Blue) = 239+127+77=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F4D is #1080B2. Grayscale: #9B9B9B. Windows color (decimal): -1081523 or 5079023. OLE color: 5079023.

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

Color convert

RGB 239 127 77 -
CMYK 0 0.47 0.68 0.06
HSL 18.52º 0.84% 0.62% -
HSV(B) 18.52º 0.68% 0.94% -
XYZ 44.53 34.07 11.25 -
YUV 154.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 239 127 77 0 0.47 0.68 0.06 18.52 0.84 0.62
Hex EF 7F 4D 0 2F 44 6 13 54 3E
Octal 357 177 115 0 57 104 6 23 124 76
Binary 11101111 1111111 1001101 0 101111 1000100 110 10011 1010100 111110

Color Harmonies of #EF7F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F4D

Black with #EF7F4D

Text Example


Text Example

White with #EF7F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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