Html Css Color HEX #EB5C0A Persimmon

📋 copy color: '#EB5C0A'

red 235 ◦ green 92 ◦ blue 10

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

Shades of Persimmon #EB5C0A

Tints of Persimmon #EB5C0A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

 BLUE value IS 10 (4.3% from 255) = 2.97%

R = 69.73%
G = 27.3%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB5C0A (or 0xEB5C0A) is known color: Persimmon. HEX triplet: EB, 5C and 0A. RGB value is (235,92,10). Sum of RGB (Red+Green+Blue) = 235+92+10=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5C0A is #14A3F5. Grayscale: #7D7D7D. Windows color (decimal): -1352694 or 679147. OLE color: 679147.

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

Color convert

RGB 235 92 10 -
CMYK 0 0.61 0.96 0.08
HSL 21.87º 0.92% 0.48% -
HSV(B) 21.87º 0.96% 0.92% -
XYZ 38.14 25.34 3.17 -
YUV 125.41 62.88 206.17 -
System Red Green Blue C M Y K H S L
Decimal 235 92 10 0 0.61 0.96 0.08 21.87 0.92 0.48
Hex EB 5C A 0 3D 60 8 16 5C 30
Octal 353 134 12 0 75 140 10 26 134 60
Binary 11101011 1011100 1010 0 111101 1100000 1000 10110 1011100 110000

Color Harmonies of #EB5C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C0A

Black with #EB5C0A

Text Example


Text Example

White with #EB5C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C0A; }

 p { color: rgb(235,92,10); }

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

background-color css

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

 a { background-color: rgb(235,92,10); }

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

border-color css

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

 span { border-color: rgb(235,92,10); }

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