Html Css Color HEX #EC630B Persimmon

📋 copy color: '#EC630B'

red 236 ◦ green 99 ◦ blue 11

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

Shades of Persimmon #EC630B

Tints of Persimmon #EC630B

RGB

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

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

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

R = 68.21%
G = 28.61%
B = 3.18%

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

#EC630B (or 0xEC630B) is known color: Persimmon. HEX triplet: EC, 63 and 0B. RGB value is (236,99,11). Sum of RGB (Red+Green+Blue) = 236+99+11=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC630B is #139CF4. Grayscale: #828282. Windows color (decimal): -1285365 or 746476. OLE color: 746476.

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

Color convert

RGB 236 99 11 -
CMYK 0 0.58 0.95 0.07
HSL 23.47º 0.91% 0.48% -
HSV(B) 23.47º 0.95% 0.93% -
XYZ 39.11 26.78 3.42 -
YUV 129.93 60.89 203.66 -
System Red Green Blue C M Y K H S L
Decimal 236 99 11 0 0.58 0.95 0.07 23.47 0.91 0.48
Hex EC 63 B 0 3A 5F 7 17 5B 30
Octal 354 143 13 0 72 137 7 27 133 60
Binary 11101100 1100011 1011 0 111010 1011111 111 10111 1011011 110000

Color Harmonies of #EC630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC630B

Black with #EC630B

Text Example


Text Example

White with #EC630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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