Html Css Color HEX #EF640F Persimmon

📋 copy color: '#EF640F'

red 239 ◦ green 100 ◦ blue 15

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

Shades of Persimmon #EF640F

Tints of Persimmon #EF640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 67.51%
G = 28.25%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF640F (or 0xEF640F) is known color: Persimmon. HEX triplet: EF, 64 and 0F. RGB value is (239,100,15). Sum of RGB (Red+Green+Blue) = 239+100+15=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF640F is #109BF0. Grayscale: #848484. Windows color (decimal): -1088497 or 1008879. OLE color: 1008879.

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

Color convert

RGB 239 100 15 -
CMYK 0 0.58 0.94 0.06
HSL 22.77º 0.88% 0.5% -
HSV(B) 22.77º 0.94% 0.94% -
XYZ 40.24 27.5 3.64 -
YUV 131.87 62.05 204.41 -
System Red Green Blue C M Y K H S L
Decimal 239 100 15 0 0.58 0.94 0.06 22.77 0.88 0.5
Hex EF 64 F 0 3A 5E 6 17 58 32
Octal 357 144 17 0 72 136 6 27 130 62
Binary 11101111 1100100 1111 0 111010 1011110 110 10111 1011000 110010

Color Harmonies of #EF640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF640F

Black with #EF640F

Text Example


Text Example

White with #EF640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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