Html Css Color HEX #EC630D Persimmon

📋 copy color: '#EC630D'

red 236 ◦ green 99 ◦ blue 13

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

Shades of Persimmon #EC630D

Tints of Persimmon #EC630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 67.82%
G = 28.45%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC630D (or 0xEC630D) is known color: Persimmon. HEX triplet: EC, 63 and 0D. RGB value is (236,99,13). Sum of RGB (Red+Green+Blue) = 236+99+13=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC630D is #139CF2. Grayscale: #828282. Windows color (decimal): -1285363 or 877548. OLE color: 877548.

HSL color Cylindrical-coordinate representation of color #EC630D: hue angle of 23.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC630D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 13 -
CMYK 0 0.58 0.94 0.07
HSL 23.14º 0.9% 0.49% -
HSV(B) 23.14º 0.94% 0.93% -
XYZ 39.13 26.79 3.49 -
YUV 130.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 236 99 13 0 0.58 0.94 0.07 23.14 0.9 0.49
Hex EC 63 D 0 3A 5E 7 17 5A 31
Octal 354 143 15 0 72 136 7 27 132 61
Binary 11101100 1100011 1101 0 111010 1011110 111 10111 1011010 110001

Color Harmonies of #EC630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC630D

Black with #EC630D

Text Example


Text Example

White with #EC630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC630D; }

 p { color: rgb(236,99,13); }

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

background-color css

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

 a { background-color: rgb(236,99,13); }

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

border-color css

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

 span { border-color: rgb(236,99,13); }

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