Html Css Color HEX #EF541A Persimmon

📋 copy color: '#EF541A'

red 239 ◦ green 84 ◦ blue 26

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

Shades of Persimmon #EF541A

Tints of Persimmon #EF541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.07%

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

R = 68.48%
G = 24.07%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF541A (or 0xEF541A) is known color: Persimmon. HEX triplet: EF, 54 and 1A. RGB value is (239,84,26). Sum of RGB (Red+Green+Blue) = 239+84+26=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF541A is #10ABE5. Grayscale: #7C7C7C. Windows color (decimal): -1092582 or 1725679. OLE color: 1725679.

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

Color convert

RGB 239 84 26 -
CMYK 0 0.65 0.89 0.06
HSL 16.34º 0.87% 0.52% -
HSV(B) 16.34º 0.89% 0.94% -
XYZ 38.95 24.77 3.7 -
YUV 123.73 72.85 210.22 -
System Red Green Blue C M Y K H S L
Decimal 239 84 26 0 0.65 0.89 0.06 16.34 0.87 0.52
Hex EF 54 1A 0 41 59 6 10 57 34
Octal 357 124 32 0 101 131 6 20 127 64
Binary 11101111 1010100 11010 0 1000001 1011001 110 10000 1010111 110100

Color Harmonies of #EF541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF541A

Black with #EF541A

Text Example


Text Example

White with #EF541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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