Html Css Color HEX #EF521C Persimmon

📋 copy color: '#EF521C'

red 239 ◦ green 82 ◦ blue 28

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

Shades of Persimmon #EF521C

Tints of Persimmon #EF521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 68.48%
G = 23.5%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF521C (or 0xEF521C) is known color: Persimmon. HEX triplet: EF, 52 and 1C. RGB value is (239,82,28). Sum of RGB (Red+Green+Blue) = 239+82+28=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF521C is #10ADE3. Grayscale: #7B7B7B. Windows color (decimal): -1093092 or 1856239. OLE color: 1856239.

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

Color convert

RGB 239 82 28 -
CMYK 0 0.66 0.88 0.06
HSL 15.36º 0.87% 0.52% -
HSV(B) 15.36º 0.88% 0.94% -
XYZ 38.82 24.47 3.78 -
YUV 122.79 74.51 210.89 -
System Red Green Blue C M Y K H S L
Decimal 239 82 28 0 0.66 0.88 0.06 15.36 0.87 0.52
Hex EF 52 1C 0 42 58 6 F 57 34
Octal 357 122 34 0 102 130 6 17 127 64
Binary 11101111 1010010 11100 0 1000010 1011000 110 1111 1010111 110100

Color Harmonies of #EF521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF521C

Black with #EF521C

Text Example


Text Example

White with #EF521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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