Html Css Color HEX #EF531C Persimmon

📋 copy color: '#EF531C'

red 239 ◦ green 83 ◦ blue 28

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

Shades of Persimmon #EF531C

Tints of Persimmon #EF531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

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

R = 68.29%
G = 23.71%
B = 8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF531C (or 0xEF531C) is known color: Persimmon. HEX triplet: EF, 53 and 1C. RGB value is (239,83,28). Sum of RGB (Red+Green+Blue) = 239+83+28=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF531C is #10ACE3. Grayscale: #7B7B7B. Windows color (decimal): -1092836 or 1856495. OLE color: 1856495.

HSL color Cylindrical-coordinate representation of color #EF531C: hue angle of 15.64º 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 #EF531C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 83 28 -
CMYK 0 0.65 0.88 0.06
HSL 15.64º 0.87% 0.52% -
HSV(B) 15.64º 0.88% 0.94% -
XYZ 38.9 24.62 3.8 -
YUV 123.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 239 83 28 0 0.65 0.88 0.06 15.64 0.87 0.52
Hex EF 53 1C 0 41 58 6 10 57 34
Octal 357 123 34 0 101 130 6 20 127 64
Binary 11101111 1010011 11100 0 1000001 1011000 110 10000 1010111 110100

Color Harmonies of #EF531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF531C

Black with #EF531C

Text Example


Text Example

White with #EF531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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