Html Css Color HEX #EE834D Crusta

📋 copy color: '#EE834D'

red 238 ◦ green 131 ◦ blue 77

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

Shades of Crusta #EE834D

Tints of Crusta #EE834D

RGB

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

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

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

R = 53.36%
G = 29.37%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE834D (or 0xEE834D) is known color: Crusta. HEX triplet: EE, 83 and 4D. RGB value is (238,131,77). Sum of RGB (Red+Green+Blue) = 238+131+77=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE834D is #117CB2. Grayscale: #9D9D9D. Windows color (decimal): -1146035 or 5080046. OLE color: 5080046.

HSL color Cylindrical-coordinate representation of color #EE834D: hue angle of 20.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE834D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 131 77 -
CMYK 0 0.45 0.68 0.07
HSL 20.12º 0.83% 0.62% -
HSV(B) 20.12º 0.68% 0.93% -
XYZ 44.72 34.95 11.41 -
YUV 156.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 238 131 77 0 0.45 0.68 0.07 20.12 0.83 0.62
Hex EE 83 4D 0 2D 44 7 14 53 3E
Octal 356 203 115 0 55 104 7 24 123 76
Binary 11101110 10000011 1001101 0 101101 1000100 111 10100 1010011 111110

Color Harmonies of #EE834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE834D

Black with #EE834D

Text Example


Text Example

White with #EE834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE834D; }

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

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

background-color css

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

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

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

border-color css

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

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

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