Html Css Color HEX #EF561A Persimmon

📋 copy color: '#EF561A'

red 239 ◦ green 86 ◦ blue 26

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

Shades of Persimmon #EF561A

Tints of Persimmon #EF561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 68.09%
G = 24.5%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF561A (or 0xEF561A) is known color: Persimmon. HEX triplet: EF, 56 and 1A. RGB value is (239,86,26). Sum of RGB (Red+Green+Blue) = 239+86+26=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF561A is #10A9E5. Grayscale: #7D7D7D. Windows color (decimal): -1092070 or 1726191. OLE color: 1726191.

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

Color convert

RGB 239 86 26 -
CMYK 0 0.64 0.89 0.06
HSL 16.9º 0.87% 0.52% -
HSV(B) 16.9º 0.89% 0.94% -
XYZ 39.11 25.08 3.76 -
YUV 124.91 72.19 209.38 -
System Red Green Blue C M Y K H S L
Decimal 239 86 26 0 0.64 0.89 0.06 16.9 0.87 0.52
Hex EF 56 1A 0 40 59 6 11 57 34
Octal 357 126 32 0 100 131 6 21 127 64
Binary 11101111 1010110 11010 0 1000000 1011001 110 10001 1010111 110100

Color Harmonies of #EF561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF561A

Black with #EF561A

Text Example


Text Example

White with #EF561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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