Html Css Color HEX #EF4D1A Persimmon

📋 copy color: '#EF4D1A'

red 239 ◦ green 77 ◦ blue 26

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

Shades of Persimmon #EF4D1A

Tints of Persimmon #EF4D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

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

R = 69.88%
G = 22.51%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF4D1A (or 0xEF4D1A) is known color: Persimmon. HEX triplet: EF, 4D and 1A. RGB value is (239,77,26). Sum of RGB (Red+Green+Blue) = 239+77+26=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D1A is #10B2E5. Grayscale: #777777. Windows color (decimal): -1094374 or 1723887. OLE color: 1723887.

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

Color convert

RGB 239 77 26 -
CMYK 0 0.68 0.89 0.06
HSL 14.37º 0.87% 0.52% -
HSV(B) 14.37º 0.89% 0.94% -
XYZ 38.44 23.73 3.53 -
YUV 119.62 75.17 213.15 -
System Red Green Blue C M Y K H S L
Decimal 239 77 26 0 0.68 0.89 0.06 14.37 0.87 0.52
Hex EF 4D 1A 0 44 59 6 E 57 34
Octal 357 115 32 0 104 131 6 16 127 64
Binary 11101111 1001101 11010 0 1000100 1011001 110 1110 1010111 110100

Color Harmonies of #EF4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4D1A

Black with #EF4D1A

Text Example


Text Example

White with #EF4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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