Html Css Color HEX #EF6513 Persimmon

📋 copy color: '#EF6513'

red 239 ◦ green 101 ◦ blue 19

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

Shades of Persimmon #EF6513

Tints of Persimmon #EF6513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 66.57%
G = 28.13%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF6513 (or 0xEF6513) is known color: Persimmon. HEX triplet: EF, 65 and 13. RGB value is (239,101,19). Sum of RGB (Red+Green+Blue) = 239+101+19=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6513 is #109AEC. Grayscale: #858585. Windows color (decimal): -1088237 or 1271279. OLE color: 1271279.

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

Color convert

RGB 239 101 19 -
CMYK 0 0.58 0.92 0.06
HSL 22.36º 0.87% 0.51% -
HSV(B) 22.36º 0.92% 0.94% -
XYZ 40.37 27.71 3.84 -
YUV 132.91 63.72 203.67 -
System Red Green Blue C M Y K H S L
Decimal 239 101 19 0 0.58 0.92 0.06 22.36 0.87 0.51
Hex EF 65 13 0 3A 5C 6 16 57 33
Octal 357 145 23 0 72 134 6 26 127 63
Binary 11101111 1100101 10011 0 111010 1011100 110 10110 1010111 110011

Color Harmonies of #EF6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6513

Black with #EF6513

Text Example


Text Example

White with #EF6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6513; }

 p { color: rgb(239,101,19); }

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

background-color css

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

 a { background-color: rgb(239,101,19); }

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

border-color css

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

 span { border-color: rgb(239,101,19); }

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