Html Css Color HEX #EF640D Persimmon

📋 copy color: '#EF640D'

red 239 ◦ green 100 ◦ blue 13

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

Shades of Persimmon #EF640D

Tints of Persimmon #EF640D

RGB

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

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

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

R = 67.9%
G = 28.41%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF640D (or 0xEF640D) is known color: Persimmon. HEX triplet: EF, 64 and 0D. RGB value is (239,100,13). Sum of RGB (Red+Green+Blue) = 239+100+13=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF640D is #109BF2. Grayscale: #848484. Windows color (decimal): -1088499 or 877807. OLE color: 877807.

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

Color convert

RGB 239 100 13 -
CMYK 0 0.58 0.95 0.06
HSL 23.1º 0.9% 0.49% -
HSV(B) 23.1º 0.95% 0.94% -
XYZ 40.23 27.49 3.57 -
YUV 131.64 61.05 204.57 -
System Red Green Blue C M Y K H S L
Decimal 239 100 13 0 0.58 0.95 0.06 23.1 0.9 0.49
Hex EF 64 D 0 3A 5F 6 17 5A 31
Octal 357 144 15 0 72 137 6 27 132 61
Binary 11101111 1100100 1101 0 111010 1011111 110 10111 1011010 110001

Color Harmonies of #EF640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF640D

Black with #EF640D

Text Example


Text Example

White with #EF640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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