Html Css Color HEX #EE8752 Crusta

📋 copy color: '#EE8752'

red 238 ◦ green 135 ◦ blue 82

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

Shades of Crusta #EE8752

Tints of Crusta #EE8752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.67%

 BLUE value IS 82 (32.42% from 255) = 18.02%

R = 52.31%
G = 29.67%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE8752 (or 0xEE8752) is known color: Crusta. HEX triplet: EE, 87 and 52. RGB value is (238,135,82). Sum of RGB (Red+Green+Blue) = 238+135+82=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8752 is #1178AD. Grayscale: #A0A0A0. Windows color (decimal): -1145006 or 5408750. OLE color: 5408750.

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

Color convert

RGB 238 135 82 -
CMYK 0 0.43 0.66 0.07
HSL 20.38º 0.82% 0.63% -
HSV(B) 20.38º 0.66% 0.93% -
XYZ 45.45 36.11 12.56 -
YUV 159.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 238 135 82 0 0.43 0.66 0.07 20.38 0.82 0.63
Hex EE 87 52 0 2B 42 7 14 52 3F
Octal 356 207 122 0 53 102 7 24 122 77
Binary 11101110 10000111 1010010 0 101011 1000010 111 10100 1010010 111111

Color Harmonies of #EE8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8752

Black with #EE8752

Text Example


Text Example

White with #EE8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8752; }

 p { color: rgb(238,135,82); }

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

background-color css

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

 a { background-color: rgb(238,135,82); }

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

border-color css

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

 span { border-color: rgb(238,135,82); }

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