Html Css Color HEX #EF5D1A Persimmon

📋 copy color: '#EF5D1A'

red 239 ◦ green 93 ◦ blue 26

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

Shades of Persimmon #EF5D1A

Tints of Persimmon #EF5D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

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

R = 66.76%
G = 25.98%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF5D1A (or 0xEF5D1A) is known color: Persimmon. HEX triplet: EF, 5D and 1A. RGB value is (239,93,26). Sum of RGB (Red+Green+Blue) = 239+93+26=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D1A is #10A2E5. Grayscale: #818181. Windows color (decimal): -1090278 or 1727983. OLE color: 1727983.

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

Color convert

RGB 239 93 26 -
CMYK 0 0.61 0.89 0.06
HSL 18.87º 0.87% 0.52% -
HSV(B) 18.87º 0.89% 0.94% -
XYZ 39.7 26.25 3.95 -
YUV 129.02 69.87 206.45 -
System Red Green Blue C M Y K H S L
Decimal 239 93 26 0 0.61 0.89 0.06 18.87 0.87 0.52
Hex EF 5D 1A 0 3D 59 6 13 57 34
Octal 357 135 32 0 75 131 6 23 127 64
Binary 11101111 1011101 11010 0 111101 1011001 110 10011 1010111 110100

Color Harmonies of #EF5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D1A

Black with #EF5D1A

Text Example


Text Example

White with #EF5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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