Html Css Color HEX #EF6313 Persimmon

📋 copy color: '#EF6313'

red 239 ◦ green 99 ◦ blue 19

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

Shades of Persimmon #EF6313

Tints of Persimmon #EF6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 66.95%
G = 27.73%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF6313 (or 0xEF6313) is known color: Persimmon. HEX triplet: EF, 63 and 13. RGB value is (239,99,19). Sum of RGB (Red+Green+Blue) = 239+99+19=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6313 is #109CEC. Grayscale: #848484. Windows color (decimal): -1088749 or 1270767. OLE color: 1270767.

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

Color convert

RGB 239 99 19 -
CMYK 0 0.59 0.92 0.06
HSL 21.82º 0.87% 0.51% -
HSV(B) 21.82º 0.92% 0.94% -
XYZ 40.18 27.32 3.77 -
YUV 131.74 64.38 204.5 -
System Red Green Blue C M Y K H S L
Decimal 239 99 19 0 0.59 0.92 0.06 21.82 0.87 0.51
Hex EF 63 13 0 3B 5C 6 16 57 33
Octal 357 143 23 0 73 134 6 26 127 63
Binary 11101111 1100011 10011 0 111011 1011100 110 10110 1010111 110011

Color Harmonies of #EF6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6313

Black with #EF6313

Text Example


Text Example

White with #EF6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6313; }

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

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

background-color css

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

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

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

border-color css

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

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

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