Html Css Color HEX #EC581F Persimmon

📋 copy color: '#EC581F'

red 236 ◦ green 88 ◦ blue 31

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

Shades of Persimmon #EC581F

Tints of Persimmon #EC581F

RGB

 RED value IS 236 (92.58% from 255) = 66.48%

 GREEN value IS 88 (34.77% from 255) = 24.79%

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 66.48%
G = 24.79%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC581F (or 0xEC581F) is known color: Persimmon. HEX triplet: EC, 58 and 1F. RGB value is (236,88,31). Sum of RGB (Red+Green+Blue) = 236+88+31=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC581F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC581F is #13A7E0. Grayscale: #7E7E7E. Windows color (decimal): -1288161 or 2054380. OLE color: 2054380.

HSL color Cylindrical-coordinate representation of color #EC581F: hue angle of 16.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC581F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 31 -
CMYK 0 0.63 0.87 0.07
HSL 16.68º 0.84% 0.52% -
HSV(B) 16.68º 0.87% 0.93% -
XYZ 38.33 24.91 4.08 -
YUV 125.75 74.53 206.63 -
System Red Green Blue C M Y K H S L
Decimal 236 88 31 0 0.63 0.87 0.07 16.68 0.84 0.52
Hex EC 58 1F 0 3F 57 7 11 54 34
Octal 354 130 37 0 77 127 7 21 124 64
Binary 11101100 1011000 11111 0 111111 1010111 111 10001 1010100 110100

Color Harmonies of #EC581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC581F

Black with #EC581F

Text Example


Text Example

White with #EC581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC581F; }

 p { color: rgb(236,88,31); }

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

background-color css

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

 a { background-color: rgb(236,88,31); }

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

border-color css

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

 span { border-color: rgb(236,88,31); }

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