Html Css Color HEX #EF5612 Persimmon

📋 copy color: '#EF5612'

red 239 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #EF5612

Tints of Persimmon #EF5612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 69.68%
G = 25.07%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5612 (or 0xEF5612) is known color: Persimmon. HEX triplet: EF, 56 and 12. RGB value is (239,86,18). Sum of RGB (Red+Green+Blue) = 239+86+18=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5612 is #10A9ED. Grayscale: #7C7C7C. Windows color (decimal): -1092078 or 1201903. OLE color: 1201903.

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

Color convert

RGB 239 86 18 -
CMYK 0 0.64 0.92 0.06
HSL 18.46º 0.87% 0.5% -
HSV(B) 18.46º 0.92% 0.94% -
XYZ 39.03 25.05 3.35 -
YUV 124 68.19 210.03 -
System Red Green Blue C M Y K H S L
Decimal 239 86 18 0 0.64 0.92 0.06 18.46 0.87 0.5
Hex EF 56 12 0 40 5C 6 12 57 32
Octal 357 126 22 0 100 134 6 22 127 62
Binary 11101111 1010110 10010 0 1000000 1011100 110 10010 1010111 110010

Color Harmonies of #EF5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5612

Black with #EF5612

Text Example


Text Example

White with #EF5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5612; }

 p { color: rgb(239,86,18); }

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

background-color css

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

 a { background-color: rgb(239,86,18); }

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

border-color css

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

 span { border-color: rgb(239,86,18); }

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