Html Css Color HEX #EB630E Persimmon

📋 copy color: '#EB630E'

red 235 ◦ green 99 ◦ blue 14

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

Shades of Persimmon #EB630E

Tints of Persimmon #EB630E

RGB

 RED value IS 235 (92.19% from 255) = 67.53%

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

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 67.53%
G = 28.45%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB630E (or 0xEB630E) is known color: Persimmon. HEX triplet: EB, 63 and 0E. RGB value is (235,99,14). Sum of RGB (Red+Green+Blue) = 235+99+14=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB630E is #149CF1. Grayscale: #828282. Windows color (decimal): -1350898 or 943083. OLE color: 943083.

HSL color Cylindrical-coordinate representation of color #EB630E: hue angle of 23.08º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB630E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 14 -
CMYK 0 0.58 0.94 0.08
HSL 23.08º 0.89% 0.49% -
HSV(B) 23.08º 0.94% 0.92% -
XYZ 38.8 26.62 3.51 -
YUV 129.97 62.56 202.91 -
System Red Green Blue C M Y K H S L
Decimal 235 99 14 0 0.58 0.94 0.08 23.08 0.89 0.49
Hex EB 63 E 0 3A 5E 8 17 59 31
Octal 353 143 16 0 72 136 10 27 131 61
Binary 11101011 1100011 1110 0 111010 1011110 1000 10111 1011001 110001

Color Harmonies of #EB630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB630E

Black with #EB630E

Text Example


Text Example

White with #EB630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB630E; }

 p { color: rgb(235,99,14); }

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

background-color css

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

 a { background-color: rgb(235,99,14); }

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

border-color css

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

 span { border-color: rgb(235,99,14); }

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