Html Css Color HEX #EF5A1D Persimmon

📋 copy color: '#EF5A1D'

red 239 ◦ green 90 ◦ blue 29

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

Shades of Persimmon #EF5A1D

Tints of Persimmon #EF5A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 66.76%
G = 25.14%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF5A1D (or 0xEF5A1D) is known color: Persimmon. HEX triplet: EF, 5A and 1D. RGB value is (239,90,29). Sum of RGB (Red+Green+Blue) = 239+90+29=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A1D is #10A5E2. Grayscale: #7F7F7F. Windows color (decimal): -1091043 or 1923823. OLE color: 1923823.

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

Color convert

RGB 239 90 29 -
CMYK 0 0.62 0.88 0.06
HSL 17.43º 0.87% 0.53% -
HSV(B) 17.43º 0.88% 0.94% -
XYZ 39.47 25.75 4.05 -
YUV 127.6 72.36 207.46 -
System Red Green Blue C M Y K H S L
Decimal 239 90 29 0 0.62 0.88 0.06 17.43 0.87 0.53
Hex EF 5A 1D 0 3E 58 6 11 57 35
Octal 357 132 35 0 76 130 6 21 127 65
Binary 11101111 1011010 11101 0 111110 1011000 110 10001 1010111 110101

Color Harmonies of #EF5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A1D

Black with #EF5A1D

Text Example


Text Example

White with #EF5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A1D; }

 p { color: rgb(239,90,29); }

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

background-color css

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

 a { background-color: rgb(239,90,29); }

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

border-color css

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

 span { border-color: rgb(239,90,29); }

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