Html Css Color HEX #EE9260 Crusta

📋 copy color: '#EE9260'

red 238 ◦ green 146 ◦ blue 96

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

Shades of Crusta #EE9260

Tints of Crusta #EE9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

 BLUE value IS 96 (37.89% from 255) = 20%

R = 49.58%
G = 30.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE9260 (or 0xEE9260) is known color: Crusta. HEX triplet: EE, 92 and 60. RGB value is (238,146,96). Sum of RGB (Red+Green+Blue) = 238+146+96=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9260 is #116D9F. Grayscale: #A8A8A8. Windows color (decimal): -1142176 or 6329070. OLE color: 6329070.

HSL color Cylindrical-coordinate representation of color #EE9260: hue angle of 21.13º 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 #EE9260 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 146 96 -
CMYK 0 0.39 0.60 0.07
HSL 21.13º 0.81% 0.65% -
HSV(B) 21.13º 0.6% 0.93% -
XYZ 47.65 39.58 16.19 -
YUV 167.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 238 146 96 0 0.39 0.60 0.07 21.13 0.81 0.65
Hex EE 92 60 0 27 3C 7 15 51 41
Octal 356 222 140 0 47 74 7 25 121 101
Binary 11101110 10010010 1100000 0 100111 111100 111 10101 1010001 1000001

Color Harmonies of #EE9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9260

Black with #EE9260

Text Example


Text Example

White with #EE9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9260; }

 p { color: rgb(238,146,96); }

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

background-color css

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

 a { background-color: rgb(238,146,96); }

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

border-color css

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

 span { border-color: rgb(238,146,96); }

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