Html Css Color HEX #EF835B Crusta

📋 copy color: '#EF835B'

red 239 ◦ green 131 ◦ blue 91

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

Shades of Crusta #EF835B

Tints of Crusta #EF835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 51.84%
G = 28.42%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF835B (or 0xEF835B) is known color: Crusta. HEX triplet: EF, 83 and 5B. RGB value is (239,131,91). Sum of RGB (Red+Green+Blue) = 239+131+91=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF835B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF835B is #107CA4. Grayscale: #9F9F9F. Windows color (decimal): -1080485 or 5997551. OLE color: 5997551.

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

Color convert

RGB 239 131 91 -
CMYK 0 0.45 0.62 0.06
HSL 16.22º 0.82% 0.65% -
HSV(B) 16.22º 0.62% 0.94% -
XYZ 45.6 35.34 14.32 -
YUV 158.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 239 131 91 0 0.45 0.62 0.06 16.22 0.82 0.65
Hex EF 83 5B 0 2D 3E 6 10 52 41
Octal 357 203 133 0 55 76 6 20 122 101
Binary 11101111 10000011 1011011 0 101101 111110 110 10000 1010010 1000001

Color Harmonies of #EF835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF835B

Black with #EF835B

Text Example


Text Example

White with #EF835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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