Html Css Color HEX #EB6400 Persimmon

📋 copy color: '#EB6400'

red 235 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #EB6400

Tints of Persimmon #EB6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 70.15%
G = 29.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB6400 (or 0xEB6400) is known color: Persimmon. HEX triplet: EB, 64 and 00. RGB value is (235,100,0). Sum of RGB (Red+Green+Blue) = 235+100+0=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6400 is #149BFF. Grayscale: #818181. Windows color (decimal): -1350656 or 25835. OLE color: 25835.

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

Color convert

RGB 235 100 0 -
CMYK 0 0.57 1 0.08
HSL 25.53º 1% 0.46% -
HSV(B) 25.53º 1% 0.92% -
XYZ 38.82 26.78 3.12 -
YUV 128.97 55.23 203.63 -
System Red Green Blue C M Y K H S L
Decimal 235 100 0 0 0.57 1 0.08 25.53 1 0.46
Hex EB 64 0 0 39 64 8 1A 64 2E
Octal 353 144 0 0 71 144 10 32 144 56
Binary 11101011 1100100 0 0 111001 1100100 1000 11010 1100100 101110

Color Harmonies of #EB6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6400

Black with #EB6400

Text Example


Text Example

White with #EB6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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