Html Css Color HEX #EE6503 Persimmon

📋 copy color: '#EE6503'

red 238 ◦ green 101 ◦ blue 3

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

Shades of Persimmon #EE6503

Tints of Persimmon #EE6503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 69.59%
G = 29.53%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE6503 (or 0xEE6503) is known color: Persimmon. HEX triplet: EE, 65 and 03. RGB value is (238,101,3). Sum of RGB (Red+Green+Blue) = 238+101+3=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6503 is #119AFC. Grayscale: #838383. Windows color (decimal): -1153789 or 222702. OLE color: 222702.

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

Color convert

RGB 238 101 3 -
CMYK 0 0.58 0.99 0.07
HSL 25.02º 0.98% 0.47% -
HSV(B) 25.02º 0.99% 0.93% -
XYZ 39.93 27.49 3.29 -
YUV 130.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 238 101 3 0 0.58 0.99 0.07 25.02 0.98 0.47
Hex EE 65 3 0 3A 63 7 19 62 2F
Octal 356 145 3 0 72 143 7 31 142 57
Binary 11101110 1100101 11 0 111010 1100011 111 11001 1100010 101111

Color Harmonies of #EE6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6503

Black with #EE6503

Text Example


Text Example

White with #EE6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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