Html Css Color HEX #EB6200 Persimmon

📋 copy color: '#EB6200'

red 235 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #EB6200

Tints of Persimmon #EB6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.57%
G = 29.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB6200 (or 0xEB6200) is known color: Persimmon. HEX triplet: EB, 62 and 00. RGB value is (235,98,0). Sum of RGB (Red+Green+Blue) = 235+98+0=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6200 is #149DFF. Grayscale: #808080. Windows color (decimal): -1351168 or 25323. OLE color: 25323.

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

Color convert

RGB 235 98 0 -
CMYK 0 0.58 1 0.08
HSL 25.02º 1% 0.46% -
HSV(B) 25.02º 1% 0.92% -
XYZ 38.63 26.4 3.06 -
YUV 127.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 235 98 0 0 0.58 1 0.08 25.02 1 0.46
Hex EB 62 0 0 3A 64 8 19 64 2E
Octal 353 142 0 0 72 144 10 31 144 56
Binary 11101011 1100010 0 0 111010 1100100 1000 11001 1100100 101110

Color Harmonies of #EB6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6200

Black with #EB6200

Text Example


Text Example

White with #EB6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6200; }

 p { color: rgb(235,98,0); }

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

background-color css

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

 a { background-color: rgb(235,98,0); }

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

border-color css

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

 span { border-color: rgb(235,98,0); }

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