Html Css Color HEX #EF521E Persimmon

📋 copy color: '#EF521E'

red 239 ◦ green 82 ◦ blue 30

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

Shades of Persimmon #EF521E

Tints of Persimmon #EF521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 68.09%
G = 23.36%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF521E (or 0xEF521E) is known color: Persimmon. HEX triplet: EF, 52 and 1E. RGB value is (239,82,30). Sum of RGB (Red+Green+Blue) = 239+82+30=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF521E is #10ADE1. Grayscale: #7B7B7B. Windows color (decimal): -1093090 or 1987311. OLE color: 1987311.

HSL color Cylindrical-coordinate representation of color #EF521E: hue angle of 14.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF521E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 30 -
CMYK 0 0.66 0.87 0.06
HSL 14.93º 0.87% 0.53% -
HSV(B) 14.93º 0.87% 0.94% -
XYZ 38.85 24.48 3.91 -
YUV 123.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 239 82 30 0 0.66 0.87 0.06 14.93 0.87 0.53
Hex EF 52 1E 0 42 57 6 F 57 35
Octal 357 122 36 0 102 127 6 17 127 65
Binary 11101111 1010010 11110 0 1000010 1010111 110 1111 1010111 110101

Color Harmonies of #EF521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF521E

Black with #EF521E

Text Example


Text Example

White with #EF521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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