Html Css Color HEX #EF6413 Persimmon

📋 copy color: '#EF6413'

red 239 ◦ green 100 ◦ blue 19

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

Shades of Persimmon #EF6413

Tints of Persimmon #EF6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 66.76%
G = 27.93%
B = 5.31%

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

#EF6413 (or 0xEF6413) is known color: Persimmon. HEX triplet: EF, 64 and 13. RGB value is (239,100,19). Sum of RGB (Red+Green+Blue) = 239+100+19=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6413 is #109BEC. Grayscale: #848484. Windows color (decimal): -1088493 or 1271023. OLE color: 1271023.

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

Color convert

RGB 239 100 19 -
CMYK 0 0.58 0.92 0.06
HSL 22.09º 0.87% 0.51% -
HSV(B) 22.09º 0.92% 0.94% -
XYZ 40.27 27.51 3.8 -
YUV 132.33 64.05 204.09 -
System Red Green Blue C M Y K H S L
Decimal 239 100 19 0 0.58 0.92 0.06 22.09 0.87 0.51
Hex EF 64 13 0 3A 5C 6 16 57 33
Octal 357 144 23 0 72 134 6 26 127 63
Binary 11101111 1100100 10011 0 111010 1011100 110 10110 1010111 110011

Color Harmonies of #EF6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6413

Black with #EF6413

Text Example


Text Example

White with #EF6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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