Html Css Color HEX #EF610D Persimmon

📋 copy color: '#EF610D'

red 239 ◦ green 97 ◦ blue 13

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

Shades of Persimmon #EF610D

Tints of Persimmon #EF610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

 BLUE value IS 13 (5.47% from 255) = 3.72%

R = 68.48%
G = 27.79%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF610D (or 0xEF610D) is known color: Persimmon. HEX triplet: EF, 61 and 0D. RGB value is (239,97,13). Sum of RGB (Red+Green+Blue) = 239+97+13=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF610D is #109EF2. Grayscale: #828282. Windows color (decimal): -1089267 or 877039. OLE color: 877039.

HSL color Cylindrical-coordinate representation of color #EF610D: hue angle of 22.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF610D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 13 -
CMYK 0 0.59 0.95 0.06
HSL 22.3º 0.9% 0.49% -
HSV(B) 22.3º 0.95% 0.94% -
XYZ 39.94 26.93 3.47 -
YUV 129.88 62.04 205.83 -
System Red Green Blue C M Y K H S L
Decimal 239 97 13 0 0.59 0.95 0.06 22.3 0.9 0.49
Hex EF 61 D 0 3B 5F 6 16 5A 31
Octal 357 141 15 0 73 137 6 26 132 61
Binary 11101111 1100001 1101 0 111011 1011111 110 10110 1011010 110001

Color Harmonies of #EF610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF610D

Black with #EF610D

Text Example


Text Example

White with #EF610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF610D; }

 p { color: rgb(239,97,13); }

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

background-color css

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

 a { background-color: rgb(239,97,13); }

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

border-color css

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

 span { border-color: rgb(239,97,13); }

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