Html Css Color HEX #EE601A Persimmon

📋 copy color: '#EE601A'

red 238 ◦ green 96 ◦ blue 26

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

Shades of Persimmon #EE601A

Tints of Persimmon #EE601A

RGB

 RED value IS 238 (93.36% from 255) = 66.11%

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 66.11%
G = 26.67%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE601A (or 0xEE601A) is known color: Persimmon. HEX triplet: EE, 60 and 1A. RGB value is (238,96,26). Sum of RGB (Red+Green+Blue) = 238+96+26=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE601A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE601A is #119FE5. Grayscale: #828282. Windows color (decimal): -1155046 or 1728750. OLE color: 1728750.

HSL color Cylindrical-coordinate representation of color #EE601A: hue angle of 19.81º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE601A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 26 -
CMYK 0 0.60 0.89 0.07
HSL 19.81º 0.86% 0.52% -
HSV(B) 19.81º 0.89% 0.93% -
XYZ 39.63 26.62 4.03 -
YUV 130.48 69.04 204.69 -
System Red Green Blue C M Y K H S L
Decimal 238 96 26 0 0.60 0.89 0.07 19.81 0.86 0.52
Hex EE 60 1A 0 3C 59 7 14 56 34
Octal 356 140 32 0 74 131 7 24 126 64
Binary 11101110 1100000 11010 0 111100 1011001 111 10100 1010110 110100

Color Harmonies of #EE601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE601A

Black with #EE601A

Text Example


Text Example

White with #EE601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE601A; }

 p { color: rgb(238,96,26); }

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

background-color css

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

 a { background-color: rgb(238,96,26); }

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

border-color css

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

 span { border-color: rgb(238,96,26); }

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