Html Css Color HEX #EC6503 Persimmon

📋 copy color: '#EC6503'

red 236 ◦ green 101 ◦ blue 3

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

Shades of Persimmon #EC6503

Tints of Persimmon #EC6503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 69.41%
G = 29.71%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6503 (or 0xEC6503) is known color: Persimmon. HEX triplet: EC, 65 and 03. RGB value is (236,101,3). Sum of RGB (Red+Green+Blue) = 236+101+3=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6503 is #139AFC. Grayscale: #828282. Windows color (decimal): -1284861 or 222700. OLE color: 222700.

HSL color Cylindrical-coordinate representation of color #EC6503: hue angle of 25.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC6503 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 101 3 -
CMYK 0 0.57 0.99 0.07
HSL 25.24º 0.97% 0.47% -
HSV(B) 25.24º 0.99% 0.93% -
XYZ 39.26 27.15 3.26 -
YUV 130.19 56.23 203.47 -
System Red Green Blue C M Y K H S L
Decimal 236 101 3 0 0.57 0.99 0.07 25.24 0.97 0.47
Hex EC 65 3 0 39 63 7 19 61 2F
Octal 354 145 3 0 71 143 7 31 141 57
Binary 11101100 1100101 11 0 111001 1100011 111 11001 1100001 101111

Color Harmonies of #EC6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6503

Black with #EC6503

Text Example


Text Example

White with #EC6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6503; }

 p { color: rgb(236,101,3); }

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

background-color css

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

 a { background-color: rgb(236,101,3); }

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

border-color css

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

 span { border-color: rgb(236,101,3); }

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