Html Css Color HEX #EE6301 Persimmon

📋 copy color: '#EE6301'

red 238 ◦ green 99 ◦ blue 1

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

Shades of Persimmon #EE6301

Tints of Persimmon #EE6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 70.41%
G = 29.29%
B = 0.3%

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

#EE6301 (or 0xEE6301) is known color: Persimmon. HEX triplet: EE, 63 and 01. RGB value is (238,99,1). Sum of RGB (Red+Green+Blue) = 238+99+1=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6301 is #119CFE. Grayscale: #818181. Windows color (decimal): -1154303 or 91118. OLE color: 91118.

HSL color Cylindrical-coordinate representation of color #EE6301: hue angle of 24.81º 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 #EE6301 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 99 1 -
CMYK 0 0.58 1.00 0.07
HSL 24.81º 0.99% 0.47% -
HSV(B) 24.81º 1% 0.93% -
XYZ 39.73 27.1 3.17 -
YUV 129.39 55.55 205.47 -
System Red Green Blue C M Y K H S L
Decimal 238 99 1 0 0.58 1.00 0.07 24.81 0.99 0.47
Hex EE 63 1 0 3A 64 7 19 63 2F
Octal 356 143 1 0 72 144 7 31 143 57
Binary 11101110 1100011 1 0 111010 1100100 111 11001 1100011 101111

Color Harmonies of #EE6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6301

Black with #EE6301

Text Example


Text Example

White with #EE6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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