Html Css Color HEX #EF5A1A Persimmon

📋 copy color: '#EF5A1A'

red 239 ◦ green 90 ◦ blue 26

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

Shades of Persimmon #EF5A1A

Tints of Persimmon #EF5A1A

RGB

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

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

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

R = 67.32%
G = 25.35%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF5A1A (or 0xEF5A1A) is known color: Persimmon. HEX triplet: EF, 5A and 1A. RGB value is (239,90,26). Sum of RGB (Red+Green+Blue) = 239+90+26=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A1A is #10A5E5. Grayscale: #7F7F7F. Windows color (decimal): -1091046 or 1727215. OLE color: 1727215.

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

Color convert

RGB 239 90 26 -
CMYK 0 0.62 0.89 0.06
HSL 18.03º 0.87% 0.52% -
HSV(B) 18.03º 0.89% 0.94% -
XYZ 39.44 25.74 3.87 -
YUV 127.26 70.86 207.7 -
System Red Green Blue C M Y K H S L
Decimal 239 90 26 0 0.62 0.89 0.06 18.03 0.87 0.52
Hex EF 5A 1A 0 3E 59 6 12 57 34
Octal 357 132 32 0 76 131 6 22 127 64
Binary 11101111 1011010 11010 0 111110 1011001 110 10010 1010111 110100

Color Harmonies of #EF5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A1A

Black with #EF5A1A

Text Example


Text Example

White with #EF5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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