Html Css Color HEX #EE835F Crusta

📋 copy color: '#EE835F'

red 238 ◦ green 131 ◦ blue 95

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

Shades of Crusta #EE835F

Tints of Crusta #EE835F

RGB

 RED value IS 238 (93.36% from 255) = 51.29%

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

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

R = 51.29%
G = 28.23%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE835F (or 0xEE835F) is known color: Crusta. HEX triplet: EE, 83 and 5F. RGB value is (238,131,95). Sum of RGB (Red+Green+Blue) = 238+131+95=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE835F is #117CA0. Grayscale: #9F9F9F. Windows color (decimal): -1146017 or 6259694. OLE color: 6259694.

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

Color convert

RGB 238 131 95 -
CMYK 0 0.45 0.60 0.07
HSL 15.1º 0.81% 0.65% -
HSV(B) 15.1º 0.6% 0.93% -
XYZ 45.44 35.24 15.23 -
YUV 158.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 238 131 95 0 0.45 0.60 0.07 15.1 0.81 0.65
Hex EE 83 5F 0 2D 3C 7 F 51 41
Octal 356 203 137 0 55 74 7 17 121 101
Binary 11101110 10000011 1011111 0 101101 111100 111 1111 1010001 1000001

Color Harmonies of #EE835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE835F

Black with #EE835F

Text Example


Text Example

White with #EE835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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