Html Css Color HEX #EF825B Crusta

📋 copy color: '#EF825B'

red 239 ◦ green 130 ◦ blue 91

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

Shades of Crusta #EF825B

Tints of Crusta #EF825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

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

R = 51.96%
G = 28.26%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF825B (or 0xEF825B) is known color: Crusta. HEX triplet: EF, 82 and 5B. RGB value is (239,130,91). Sum of RGB (Red+Green+Blue) = 239+130+91=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF825B is #107DA4. Grayscale: #9E9E9E. Windows color (decimal): -1080741 or 5997295. OLE color: 5997295.

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

Color convert

RGB 239 130 91 -
CMYK 0 0.46 0.62 0.06
HSL 15.81º 0.82% 0.65% -
HSV(B) 15.81º 0.62% 0.94% -
XYZ 45.47 35.07 14.27 -
YUV 158.15 90.11 185.67 -
System Red Green Blue C M Y K H S L
Decimal 239 130 91 0 0.46 0.62 0.06 15.81 0.82 0.65
Hex EF 82 5B 0 2E 3E 6 10 52 41
Octal 357 202 133 0 56 76 6 20 122 101
Binary 11101111 10000010 1011011 0 101110 111110 110 10000 1010010 1000001

Color Harmonies of #EF825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF825B

Black with #EF825B

Text Example


Text Example

White with #EF825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF825B; }

 p { color: rgb(239,130,91); }

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

background-color css

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

 a { background-color: rgb(239,130,91); }

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

border-color css

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

 span { border-color: rgb(239,130,91); }

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