Html Css Color HEX #EF521A Persimmon

📋 copy color: '#EF521A'

red 239 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #EF521A

Tints of Persimmon #EF521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

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

R = 68.88%
G = 23.63%
B = 7.49%

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

#EF521A (or 0xEF521A) is known color: Persimmon. HEX triplet: EF, 52 and 1A. RGB value is (239,82,26). Sum of RGB (Red+Green+Blue) = 239+82+26=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF521A is #10ADE5. Grayscale: #7A7A7A. Windows color (decimal): -1093094 or 1725167. OLE color: 1725167.

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

Color convert

RGB 239 82 26 -
CMYK 0 0.66 0.89 0.06
HSL 15.77º 0.87% 0.52% -
HSV(B) 15.77º 0.89% 0.94% -
XYZ 38.8 24.46 3.65 -
YUV 122.56 73.51 211.05 -
System Red Green Blue C M Y K H S L
Decimal 239 82 26 0 0.66 0.89 0.06 15.77 0.87 0.52
Hex EF 52 1A 0 42 59 6 10 57 34
Octal 357 122 32 0 102 131 6 20 127 64
Binary 11101111 1010010 11010 0 1000010 1011001 110 10000 1010111 110100

Color Harmonies of #EF521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF521A

Black with #EF521A

Text Example


Text Example

White with #EF521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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