Html Css Color HEX #EB610C Persimmon

📋 copy color: '#EB610C'

red 235 ◦ green 97 ◦ blue 12

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

Shades of Persimmon #EB610C

Tints of Persimmon #EB610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 68.31%
G = 28.2%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB610C (or 0xEB610C) is known color: Persimmon. HEX triplet: EB, 61 and 0C. RGB value is (235,97,12). Sum of RGB (Red+Green+Blue) = 235+97+12=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB610C is #149EF3. Grayscale: #818181. Windows color (decimal): -1351412 or 811499. OLE color: 811499.

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

Color convert

RGB 235 97 12 -
CMYK 0 0.59 0.95 0.08
HSL 22.87º 0.9% 0.48% -
HSV(B) 22.87º 0.95% 0.92% -
XYZ 38.6 26.24 3.38 -
YUV 128.57 62.22 203.91 -
System Red Green Blue C M Y K H S L
Decimal 235 97 12 0 0.59 0.95 0.08 22.87 0.9 0.48
Hex EB 61 C 0 3B 5F 8 17 5A 30
Octal 353 141 14 0 73 137 10 27 132 60
Binary 11101011 1100001 1100 0 111011 1011111 1000 10111 1011010 110000

Color Harmonies of #EB610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB610C

Black with #EB610C

Text Example


Text Example

White with #EB610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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