Html Css Color HEX #EF531D Persimmon

📋 copy color: '#EF531D'

red 239 ◦ green 83 ◦ blue 29

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

Shades of Persimmon #EF531D

Tints of Persimmon #EF531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 68.09%
G = 23.65%
B = 8.26%

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

#EF531D (or 0xEF531D) is known color: Persimmon. HEX triplet: EF, 53 and 1D. RGB value is (239,83,29). Sum of RGB (Red+Green+Blue) = 239+83+29=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF531D is #10ACE2. Grayscale: #7B7B7B. Windows color (decimal): -1092835 or 1922031. OLE color: 1922031.

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

Color convert

RGB 239 83 29 -
CMYK 0 0.65 0.88 0.06
HSL 15.43º 0.87% 0.53% -
HSV(B) 15.43º 0.88% 0.94% -
XYZ 38.91 24.63 3.86 -
YUV 123.49 74.68 210.39 -
System Red Green Blue C M Y K H S L
Decimal 239 83 29 0 0.65 0.88 0.06 15.43 0.87 0.53
Hex EF 53 1D 0 41 58 6 F 57 35
Octal 357 123 35 0 101 130 6 17 127 65
Binary 11101111 1010011 11101 0 1000001 1011000 110 1111 1010111 110101

Color Harmonies of #EF531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF531D

Black with #EF531D

Text Example


Text Example

White with #EF531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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