Html Css Color HEX #EE6501 Persimmon

📋 copy color: '#EE6501'

red 238 ◦ green 101 ◦ blue 1

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

Shades of Persimmon #EE6501

Tints of Persimmon #EE6501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 70%
G = 29.71%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE6501 (or 0xEE6501) is known color: Persimmon. HEX triplet: EE, 65 and 01. RGB value is (238,101,1). Sum of RGB (Red+Green+Blue) = 238+101+1=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6501 is #119AFE. Grayscale: #838383. Windows color (decimal): -1153791 or 91630. OLE color: 91630.

HSL color Cylindrical-coordinate representation of color #EE6501: hue angle of 25.32º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE6501 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 101 1 -
CMYK 0 0.58 1.00 0.07
HSL 25.32º 0.99% 0.47% -
HSV(B) 25.32º 1% 0.93% -
XYZ 39.92 27.49 3.23 -
YUV 130.56 54.89 204.63 -
System Red Green Blue C M Y K H S L
Decimal 238 101 1 0 0.58 1.00 0.07 25.32 0.99 0.47
Hex EE 65 1 0 3A 64 7 19 63 2F
Octal 356 145 1 0 72 144 7 31 143 57
Binary 11101110 1100101 1 0 111010 1100100 111 11001 1100011 101111

Color Harmonies of #EE6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6501

Black with #EE6501

Text Example


Text Example

White with #EE6501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6501; }

 p { color: rgb(238,101,1); }

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

background-color css

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

 a { background-color: rgb(238,101,1); }

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

border-color css

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

 span { border-color: rgb(238,101,1); }

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