Html Css Color HEX #E65300 Persimmon

📋 copy color: '#E65300'

red 230 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #E65300

Tints of Persimmon #E65300

RGB

 RED value IS 230 (90.23% from 255) = 73.48%

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 73.48%
G = 26.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E65300 (or 0xE65300) is known color: Persimmon. HEX triplet: E6, 53 and 00. RGB value is (230,83,0). Sum of RGB (Red+Green+Blue) = 230+83+0=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E65300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65300 is #19ACFF. Grayscale: #757575. Windows color (decimal): -1682688 or 21478. OLE color: 21478.

HSL color Cylindrical-coordinate representation of color #E65300: hue angle of 21.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 83 0 -
CMYK 0 0.64 1 0.10
HSL 21.65º 1% 0.45% -
HSV(B) 21.65º 1% 0.9% -
XYZ 35.73 23.01 2.56 -
YUV 117.49 61.7 208.25 -
System Red Green Blue C M Y K H S L
Decimal 230 83 0 0 0.64 1 0.10 21.65 1 0.45
Hex E6 53 0 0 40 64 A 16 64 2D
Octal 346 123 0 0 100 144 12 26 144 55
Binary 11100110 1010011 0 0 1000000 1100100 1010 10110 1100100 101101

Color Harmonies of #E65300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65300

Black with #E65300

Text Example


Text Example

White with #E65300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65300; }

 p { color: rgb(230,83,0); }

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

background-color css

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

 a { background-color: rgb(230,83,0); }

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

border-color css

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

 span { border-color: rgb(230,83,0); }

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