Html Css Color HEX #EC6504 Persimmon

📋 copy color: '#EC6504'

red 236 ◦ green 101 ◦ blue 4

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

Shades of Persimmon #EC6504

Tints of Persimmon #EC6504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 69.21%
G = 29.62%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC6504 (or 0xEC6504) is known color: Persimmon. HEX triplet: EC, 65 and 04. RGB value is (236,101,4). Sum of RGB (Red+Green+Blue) = 236+101+4=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6504 is #139AFB. Grayscale: #828282. Windows color (decimal): -1284860 or 288236. OLE color: 288236.

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

Color convert

RGB 236 101 4 -
CMYK 0 0.57 0.98 0.07
HSL 25.09º 0.97% 0.47% -
HSV(B) 25.09º 0.98% 0.93% -
XYZ 39.27 27.15 3.29 -
YUV 130.31 56.73 203.39 -
System Red Green Blue C M Y K H S L
Decimal 236 101 4 0 0.57 0.98 0.07 25.09 0.97 0.47
Hex EC 65 4 0 39 62 7 19 61 2F
Octal 354 145 4 0 71 142 7 31 141 57
Binary 11101100 1100101 100 0 111001 1100010 111 11001 1100001 101111

Color Harmonies of #EC6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6504

Black with #EC6504

Text Example


Text Example

White with #EC6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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