Html Css Color HEX #EB630C Persimmon

📋 copy color: '#EB630C'

red 235 ◦ green 99 ◦ blue 12

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

Shades of Persimmon #EB630C

Tints of Persimmon #EB630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 67.92%
G = 28.61%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB630C (or 0xEB630C) is known color: Persimmon. HEX triplet: EB, 63 and 0C. RGB value is (235,99,12). Sum of RGB (Red+Green+Blue) = 235+99+12=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB630C is #149CF3. Grayscale: #828282. Windows color (decimal): -1350900 or 812011. OLE color: 812011.

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

Color convert

RGB 235 99 12 -
CMYK 0 0.58 0.95 0.08
HSL 23.41º 0.9% 0.48% -
HSV(B) 23.41º 0.95% 0.92% -
XYZ 38.79 26.61 3.44 -
YUV 129.75 61.56 203.07 -
System Red Green Blue C M Y K H S L
Decimal 235 99 12 0 0.58 0.95 0.08 23.41 0.9 0.48
Hex EB 63 C 0 3A 5F 8 17 5A 30
Octal 353 143 14 0 72 137 10 27 132 60
Binary 11101011 1100011 1100 0 111010 1011111 1000 10111 1011010 110000

Color Harmonies of #EB630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB630C

Black with #EB630C

Text Example


Text Example

White with #EB630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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