Html Css Color HEX #EF6407 Persimmon

📋 copy color: '#EF6407'

red 239 ◦ green 100 ◦ blue 7

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

Shades of Persimmon #EF6407

Tints of Persimmon #EF6407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 69.08%
G = 28.9%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF6407 (or 0xEF6407) is known color: Persimmon. HEX triplet: EF, 64 and 07. RGB value is (239,100,7). Sum of RGB (Red+Green+Blue) = 239+100+7=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6407 is #109BF8. Grayscale: #838383. Windows color (decimal): -1088505 or 484591. OLE color: 484591.

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

Color convert

RGB 239 100 7 -
CMYK 0 0.58 0.97 0.06
HSL 24.05º 0.94% 0.48% -
HSV(B) 24.05º 0.97% 0.94% -
XYZ 40.19 27.48 3.39 -
YUV 130.96 58.05 205.06 -
System Red Green Blue C M Y K H S L
Decimal 239 100 7 0 0.58 0.97 0.06 24.05 0.94 0.48
Hex EF 64 7 0 3A 61 6 18 5E 30
Octal 357 144 7 0 72 141 6 30 136 60
Binary 11101111 1100100 111 0 111010 1100001 110 11000 1011110 110000

Color Harmonies of #EF6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6407

Black with #EF6407

Text Example


Text Example

White with #EF6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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