Html Css Color HEX #EF8953 Crusta

📋 copy color: '#EF8953'

red 239 ◦ green 137 ◦ blue 83

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

Shades of Crusta #EF8953

Tints of Crusta #EF8953

RGB

 RED value IS 239 (93.75% from 255) = 52.07%

 GREEN value IS 137 (53.91% from 255) = 29.85%

 BLUE value IS 83 (32.81% from 255) = 18.08%

R = 52.07%
G = 29.85%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF8953 (or 0xEF8953) is known color: Crusta. HEX triplet: EF, 89 and 53. RGB value is (239,137,83). Sum of RGB (Red+Green+Blue) = 239+137+83=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8953 is #1076AC. Grayscale: #A1A1A1. Windows color (decimal): -1078957 or 5474799. OLE color: 5474799.

HSL color Cylindrical-coordinate representation of color #EF8953: hue angle of 20.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF8953 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 137 83 -
CMYK 0 0.43 0.65 0.06
HSL 20.77º 0.83% 0.63% -
HSV(B) 20.77º 0.65% 0.94% -
XYZ 46.1 36.87 12.87 -
YUV 161.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 239 137 83 0 0.43 0.65 0.06 20.77 0.83 0.63
Hex EF 89 53 0 2B 41 6 15 53 3F
Octal 357 211 123 0 53 101 6 25 123 77
Binary 11101111 10001001 1010011 0 101011 1000001 110 10101 1010011 111111

Color Harmonies of #EF8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8953

Black with #EF8953

Text Example


Text Example

White with #EF8953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8953; }

 p { color: rgb(239,137,83); }

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

background-color css

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

 a { background-color: rgb(239,137,83); }

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

border-color css

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

 span { border-color: rgb(239,137,83); }

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