Html Css Color HEX #EF511A Persimmon

📋 copy color: '#EF511A'

red 239 ◦ green 81 ◦ blue 26

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

Shades of Persimmon #EF511A

Tints of Persimmon #EF511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 69.08%
G = 23.41%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF511A (or 0xEF511A) is known color: Persimmon. HEX triplet: EF, 51 and 1A. RGB value is (239,81,26). Sum of RGB (Red+Green+Blue) = 239+81+26=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF511A is #10AEE5. Grayscale: #7A7A7A. Windows color (decimal): -1093350 or 1724911. OLE color: 1724911.

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

Color convert

RGB 239 81 26 -
CMYK 0 0.66 0.89 0.06
HSL 15.49º 0.87% 0.52% -
HSV(B) 15.49º 0.89% 0.94% -
XYZ 38.73 24.31 3.63 -
YUV 121.97 73.85 211.47 -
System Red Green Blue C M Y K H S L
Decimal 239 81 26 0 0.66 0.89 0.06 15.49 0.87 0.52
Hex EF 51 1A 0 42 59 6 F 57 34
Octal 357 121 32 0 102 131 6 17 127 64
Binary 11101111 1010001 11010 0 1000010 1011001 110 1111 1010111 110100

Color Harmonies of #EF511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF511A

Black with #EF511A

Text Example


Text Example

White with #EF511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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