Html Css Color HEX #EE945B Crusta

📋 copy color: '#EE945B'

red 238 ◦ green 148 ◦ blue 91

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

Shades of Crusta #EE945B

Tints of Crusta #EE945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.03%

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

R = 49.9%
G = 31.03%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE945B (or 0xEE945B) is known color: Crusta. HEX triplet: EE, 94 and 5B. RGB value is (238,148,91). Sum of RGB (Red+Green+Blue) = 238+148+91=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE945B is #116BA4. Grayscale: #A8A8A8. Windows color (decimal): -1141669 or 6001902. OLE color: 6001902.

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

Color convert

RGB 238 148 91 -
CMYK 0 0.38 0.62 0.07
HSL 23.27º 0.81% 0.65% -
HSV(B) 23.27º 0.62% 0.93% -
XYZ 47.74 40.11 15.12 -
YUV 168.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 238 148 91 0 0.38 0.62 0.07 23.27 0.81 0.65
Hex EE 94 5B 0 26 3E 7 17 51 41
Octal 356 224 133 0 46 76 7 27 121 101
Binary 11101110 10010100 1011011 0 100110 111110 111 10111 1010001 1000001

Color Harmonies of #EE945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE945B

Black with #EE945B

Text Example


Text Example

White with #EE945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE945B; }

 p { color: rgb(238,148,91); }

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

background-color css

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

 a { background-color: rgb(238,148,91); }

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

border-color css

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

 span { border-color: rgb(238,148,91); }

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