Html Css Color HEX #EF6007 Persimmon

📋 copy color: '#EF6007'

red 239 ◦ green 96 ◦ blue 7

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

Shades of Persimmon #EF6007

Tints of Persimmon #EF6007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 69.88%
G = 28.07%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF6007 (or 0xEF6007) is known color: Persimmon. HEX triplet: EF, 60 and 07. RGB value is (239,96,7). Sum of RGB (Red+Green+Blue) = 239+96+7=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6007 is #109FF8. Grayscale: #818181. Windows color (decimal): -1089529 or 483567. OLE color: 483567.

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

Color convert

RGB 239 96 7 -
CMYK 0 0.60 0.97 0.06
HSL 23.02º 0.94% 0.48% -
HSV(B) 23.02º 0.97% 0.94% -
XYZ 39.82 26.73 3.26 -
YUV 128.61 59.38 206.74 -
System Red Green Blue C M Y K H S L
Decimal 239 96 7 0 0.60 0.97 0.06 23.02 0.94 0.48
Hex EF 60 7 0 3C 61 6 17 5E 30
Octal 357 140 7 0 74 141 6 27 136 60
Binary 11101111 1100000 111 0 111100 1100001 110 10111 1011110 110000

Color Harmonies of #EF6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6007

Black with #EF6007

Text Example


Text Example

White with #EF6007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6007; }

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

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

background-color css

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

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

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

border-color css

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

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

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