Html Css Color HEX #E35400 Persimmon

📋 copy color: '#E35400'

red 227 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #E35400

Tints of Persimmon #E35400

RGB

 RED value IS 227 (89.06% from 255) = 72.99%

 GREEN value IS 84 (33.2% from 255) = 27.01%

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

R = 72.99%
G = 27.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E35400 (or 0xE35400) is known color: Persimmon. HEX triplet: E3, 54 and 00. RGB value is (227,84,0). Sum of RGB (Red+Green+Blue) = 227+84+0=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E35400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35400 is #1CABFF. Grayscale: #757575. Windows color (decimal): -1879040 or 21731. OLE color: 21731.

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

Color convert

RGB 227 84 0 -
CMYK 0 0.63 1 0.11
HSL 22.2º 1% 0.45% -
HSV(B) 22.2º 1% 0.89% -
XYZ 34.85 22.67 2.54 -
YUV 117.18 61.88 206.33 -
System Red Green Blue C M Y K H S L
Decimal 227 84 0 0 0.63 1 0.11 22.2 1 0.45
Hex E3 54 0 0 3F 64 B 16 64 2D
Octal 343 124 0 0 77 144 13 26 144 55
Binary 11100011 1010100 0 0 111111 1100100 1011 10110 1100100 101101

Color Harmonies of #E35400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35400

Black with #E35400

Text Example


Text Example

White with #E35400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35400; }

 p { color: rgb(227,84,0); }

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

background-color css

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

 a { background-color: rgb(227,84,0); }

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

border-color css

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

 span { border-color: rgb(227,84,0); }

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