Html Css Color HEX #EA6400 Persimmon

📋 copy color: '#EA6400'

red 234 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #EA6400

Tints of Persimmon #EA6400

RGB

 RED value IS 234 (91.8% from 255) = 70.06%

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

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

R = 70.06%
G = 29.94%
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

#EA6400 (or 0xEA6400) is known color: Persimmon. HEX triplet: EA, 64 and 00. RGB value is (234,100,0). Sum of RGB (Red+Green+Blue) = 234+100+0=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6400 is #159BFF. Grayscale: #818181. Windows color (decimal): -1416192 or 25834. OLE color: 25834.

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

Color convert

RGB 234 100 0 -
CMYK 0 0.57 1 0.08
HSL 25.64º 1% 0.46% -
HSV(B) 25.64º 1% 0.92% -
XYZ 38.49 26.61 3.11 -
YUV 128.67 55.39 203.13 -
System Red Green Blue C M Y K H S L
Decimal 234 100 0 0 0.57 1 0.08 25.64 1 0.46
Hex EA 64 0 0 39 64 8 1A 64 2E
Octal 352 144 0 0 71 144 10 32 144 56
Binary 11101010 1100100 0 0 111001 1100100 1000 11010 1100100 101110

Color Harmonies of #EA6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6400

Black with #EA6400

Text Example


Text Example

White with #EA6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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