Html Css Color HEX #EF6005 Persimmon

📋 copy color: '#EF6005'

red 239 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #EF6005

Tints of Persimmon #EF6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 70.29%
G = 28.24%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF6005 (or 0xEF6005) is known color: Persimmon. HEX triplet: EF, 60 and 05. RGB value is (239,96,5). Sum of RGB (Red+Green+Blue) = 239+96+5=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6005 is #109FFA. Grayscale: #808080. Windows color (decimal): -1089531 or 352495. OLE color: 352495.

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

Color convert

RGB 239 96 5 -
CMYK 0 0.60 0.98 0.06
HSL 23.33º 0.96% 0.48% -
HSV(B) 23.33º 0.98% 0.94% -
XYZ 39.81 26.73 3.2 -
YUV 128.38 58.38 206.9 -
System Red Green Blue C M Y K H S L
Decimal 239 96 5 0 0.60 0.98 0.06 23.33 0.96 0.48
Hex EF 60 5 0 3C 62 6 17 60 30
Octal 357 140 5 0 74 142 6 27 140 60
Binary 11101111 1100000 101 0 111100 1100010 110 10111 1100000 110000

Color Harmonies of #EF6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6005

Black with #EF6005

Text Example


Text Example

White with #EF6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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