Html Css Color HEX #EE8650 Crusta

📋 copy color: '#EE8650'

red 238 ◦ green 134 ◦ blue 80

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

Shades of Crusta #EE8650

Tints of Crusta #EE8650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 52.65%
G = 29.65%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE8650 (or 0xEE8650) is known color: Crusta. HEX triplet: EE, 86 and 50. RGB value is (238,134,80). Sum of RGB (Red+Green+Blue) = 238+134+80=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8650 is #1179AF. Grayscale: #9F9F9F. Windows color (decimal): -1145264 or 5277422. OLE color: 5277422.

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

Color convert

RGB 238 134 80 -
CMYK 0 0.44 0.66 0.07
HSL 20.51º 0.82% 0.62% -
HSV(B) 20.51º 0.66% 0.93% -
XYZ 45.23 35.81 12.12 -
YUV 158.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 238 134 80 0 0.44 0.66 0.07 20.51 0.82 0.62
Hex EE 86 50 0 2C 42 7 15 52 3E
Octal 356 206 120 0 54 102 7 25 122 76
Binary 11101110 10000110 1010000 0 101100 1000010 111 10101 1010010 111110

Color Harmonies of #EE8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8650

Black with #EE8650

Text Example


Text Example

White with #EE8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8650; }

 p { color: rgb(238,134,80); }

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

background-color css

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

 a { background-color: rgb(238,134,80); }

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

border-color css

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

 span { border-color: rgb(238,134,80); }

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