Html Css Color HEX #EC620B Persimmon

📋 copy color: '#EC620B'

red 236 ◦ green 98 ◦ blue 11

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

Shades of Persimmon #EC620B

Tints of Persimmon #EC620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 11 (4.69% from 255) = 3.19%

R = 68.41%
G = 28.41%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC620B (or 0xEC620B) is known color: Persimmon. HEX triplet: EC, 62 and 0B. RGB value is (236,98,11). Sum of RGB (Red+Green+Blue) = 236+98+11=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC620B is #139DF4. Grayscale: #818181. Windows color (decimal): -1285621 or 746220. OLE color: 746220.

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

Color convert

RGB 236 98 11 -
CMYK 0 0.58 0.95 0.07
HSL 23.2º 0.91% 0.48% -
HSV(B) 23.2º 0.95% 0.93% -
XYZ 39.02 26.59 3.39 -
YUV 129.34 61.22 204.07 -
System Red Green Blue C M Y K H S L
Decimal 236 98 11 0 0.58 0.95 0.07 23.2 0.91 0.48
Hex EC 62 B 0 3A 5F 7 17 5B 30
Octal 354 142 13 0 72 137 7 27 133 60
Binary 11101100 1100010 1011 0 111010 1011111 111 10111 1011011 110000

Color Harmonies of #EC620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC620B

Black with #EC620B

Text Example


Text Example

White with #EC620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC620B; }

 p { color: rgb(236,98,11); }

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

background-color css

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

 a { background-color: rgb(236,98,11); }

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

border-color css

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

 span { border-color: rgb(236,98,11); }

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