Html Css Color HEX #EF8752 Crusta

📋 copy color: '#EF8752'

red 239 ◦ green 135 ◦ blue 82

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

Shades of Crusta #EF8752

Tints of Crusta #EF8752

RGB

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

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

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

R = 52.41%
G = 29.61%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF8752 (or 0xEF8752) is known color: Crusta. HEX triplet: EF, 87 and 52. RGB value is (239,135,82). Sum of RGB (Red+Green+Blue) = 239+135+82=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8752 is #1078AD. Grayscale: #A0A0A0. Windows color (decimal): -1079470 or 5408751. OLE color: 5408751.

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

Color convert

RGB 239 135 82 -
CMYK 0 0.44 0.66 0.06
HSL 20.25º 0.83% 0.63% -
HSV(B) 20.25º 0.66% 0.94% -
XYZ 45.78 36.29 12.57 -
YUV 160.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 239 135 82 0 0.44 0.66 0.06 20.25 0.83 0.63
Hex EF 87 52 0 2C 42 6 14 53 3F
Octal 357 207 122 0 54 102 6 24 123 77
Binary 11101111 10000111 1010010 0 101100 1000010 110 10100 1010011 111111

Color Harmonies of #EF8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8752

Black with #EF8752

Text Example


Text Example

White with #EF8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8752; }

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

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

background-color css

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

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

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

border-color css

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

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

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