Html Css Color HEX #EC630E Persimmon

📋 copy color: '#EC630E'

red 236 ◦ green 99 ◦ blue 14

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

Shades of Persimmon #EC630E

Tints of Persimmon #EC630E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 67.62%
G = 28.37%
B = 4.01%

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

#EC630E (or 0xEC630E) is known color: Persimmon. HEX triplet: EC, 63 and 0E. RGB value is (236,99,14). Sum of RGB (Red+Green+Blue) = 236+99+14=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC630E is #139CF1. Grayscale: #828282. Windows color (decimal): -1285362 or 943084. OLE color: 943084.

HSL color Cylindrical-coordinate representation of color #EC630E: hue angle of 22.97º degrees, saturation: 0.89, 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 #EC630E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 14 -
CMYK 0 0.58 0.94 0.07
HSL 22.97º 0.89% 0.49% -
HSV(B) 22.97º 0.94% 0.93% -
XYZ 39.13 26.79 3.52 -
YUV 130.27 62.39 203.41 -
System Red Green Blue C M Y K H S L
Decimal 236 99 14 0 0.58 0.94 0.07 22.97 0.89 0.49
Hex EC 63 E 0 3A 5E 7 17 59 31
Octal 354 143 16 0 72 136 7 27 131 61
Binary 11101100 1100011 1110 0 111010 1011110 111 10111 1011001 110001

Color Harmonies of #EC630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC630E

Black with #EC630E

Text Example


Text Example

White with #EC630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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