Html Css Color HEX #EC650A Persimmon

📋 copy color: '#EC650A'

red 236 ◦ green 101 ◦ blue 10

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

Shades of Persimmon #EC650A

Tints of Persimmon #EC650A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 68.01%
G = 29.11%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC650A (or 0xEC650A) is known color: Persimmon. HEX triplet: EC, 65 and 0A. RGB value is (236,101,10). Sum of RGB (Red+Green+Blue) = 236+101+10=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC650A is #139AF5. Grayscale: #838383. Windows color (decimal): -1284854 or 681452. OLE color: 681452.

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

Color convert

RGB 236 101 10 -
CMYK 0 0.57 0.96 0.07
HSL 24.16º 0.92% 0.48% -
HSV(B) 24.16º 0.96% 0.93% -
XYZ 39.3 27.16 3.46 -
YUV 130.99 59.73 202.9 -
System Red Green Blue C M Y K H S L
Decimal 236 101 10 0 0.57 0.96 0.07 24.16 0.92 0.48
Hex EC 65 A 0 39 60 7 18 5C 30
Octal 354 145 12 0 71 140 7 30 134 60
Binary 11101100 1100101 1010 0 111001 1100000 111 11000 1011100 110000

Color Harmonies of #EC650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC650A

Black with #EC650A

Text Example


Text Example

White with #EC650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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