Html Css Color HEX #EE814D Crusta

📋 copy color: '#EE814D'

red 238 ◦ green 129 ◦ blue 77

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

Shades of Crusta #EE814D

Tints of Crusta #EE814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

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

R = 53.6%
G = 29.05%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE814D (or 0xEE814D) is known color: Crusta. HEX triplet: EE, 81 and 4D. RGB value is (238,129,77). Sum of RGB (Red+Green+Blue) = 238+129+77=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE814D is #117EB2. Grayscale: #9B9B9B. Windows color (decimal): -1146547 or 5079534. OLE color: 5079534.

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

Color convert

RGB 238 129 77 -
CMYK 0 0.46 0.68 0.07
HSL 19.38º 0.83% 0.62% -
HSV(B) 19.38º 0.68% 0.93% -
XYZ 44.45 34.41 11.32 -
YUV 155.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 238 129 77 0 0.46 0.68 0.07 19.38 0.83 0.62
Hex EE 81 4D 0 2E 44 7 13 53 3E
Octal 356 201 115 0 56 104 7 23 123 76
Binary 11101110 10000001 1001101 0 101110 1000100 111 10011 1010011 111110

Color Harmonies of #EE814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE814D

Black with #EE814D

Text Example


Text Example

White with #EE814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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