Html Css Color HEX #EF835F Crusta

📋 copy color: '#EF835F'

red 239 ◦ green 131 ◦ blue 95

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

Shades of Crusta #EF835F

Tints of Crusta #EF835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

 BLUE value IS 95 (37.5% from 255) = 20.43%

R = 51.4%
G = 28.17%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF835F (or 0xEF835F) is known color: Crusta. HEX triplet: EF, 83 and 5F. RGB value is (239,131,95). Sum of RGB (Red+Green+Blue) = 239+131+95=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF835F is #107CA0. Grayscale: #9F9F9F. Windows color (decimal): -1080481 or 6259695. OLE color: 6259695.

HSL color Cylindrical-coordinate representation of color #EF835F: hue angle of 15º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF835F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 95 -
CMYK 0 0.45 0.60 0.06
HSL 15º 0.82% 0.65% -
HSV(B) 15º 0.6% 0.94% -
XYZ 45.78 35.41 15.25 -
YUV 159.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 239 131 95 0 0.45 0.60 0.06 15 0.82 0.65
Hex EF 83 5F 0 2D 3C 6 F 52 41
Octal 357 203 137 0 55 74 6 17 122 101
Binary 11101111 10000011 1011111 0 101101 111100 110 1111 1010010 1000001

Color Harmonies of #EF835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF835F

Black with #EF835F

Text Example


Text Example

White with #EF835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF835F; }

 p { color: rgb(239,131,95); }

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

background-color css

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

 a { background-color: rgb(239,131,95); }

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

border-color css

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

 span { border-color: rgb(239,131,95); }

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