Html Css Color HEX #EF531E Persimmon

📋 copy color: '#EF531E'

red 239 ◦ green 83 ◦ blue 30

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

Shades of Persimmon #EF531E

Tints of Persimmon #EF531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.52%

R = 67.9%
G = 23.58%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF531E (or 0xEF531E) is known color: Persimmon. HEX triplet: EF, 53 and 1E. RGB value is (239,83,30). Sum of RGB (Red+Green+Blue) = 239+83+30=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF531E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF531E is #10ACE1. Grayscale: #7B7B7B. Windows color (decimal): -1092834 or 1987567. OLE color: 1987567.

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

Color convert

RGB 239 83 30 -
CMYK 0 0.65 0.87 0.06
HSL 15.22º 0.87% 0.53% -
HSV(B) 15.22º 0.87% 0.94% -
XYZ 38.92 24.63 3.93 -
YUV 123.6 75.18 210.31 -
System Red Green Blue C M Y K H S L
Decimal 239 83 30 0 0.65 0.87 0.06 15.22 0.87 0.53
Hex EF 53 1E 0 41 57 6 F 57 35
Octal 357 123 36 0 101 127 6 17 127 65
Binary 11101111 1010011 11110 0 1000001 1010111 110 1111 1010111 110101

Color Harmonies of #EF531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF531E

Black with #EF531E

Text Example


Text Example

White with #EF531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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