Html Css Color HEX #EE6403 Persimmon

📋 copy color: '#EE6403'

red 238 ◦ green 100 ◦ blue 3

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

Shades of Persimmon #EE6403

Tints of Persimmon #EE6403

RGB

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

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

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

R = 69.79%
G = 29.33%
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

#EE6403 (or 0xEE6403) is known color: Persimmon. HEX triplet: EE, 64 and 03. RGB value is (238,100,3). Sum of RGB (Red+Green+Blue) = 238+100+3=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6403 is #119BFC. Grayscale: #828282. Windows color (decimal): -1154045 or 222446. OLE color: 222446.

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

Color convert

RGB 238 100 3 -
CMYK 0 0.58 0.99 0.07
HSL 24.77º 0.98% 0.47% -
HSV(B) 24.77º 0.99% 0.93% -
XYZ 39.83 27.3 3.26 -
YUV 130.2 56.22 204.89 -
System Red Green Blue C M Y K H S L
Decimal 238 100 3 0 0.58 0.99 0.07 24.77 0.98 0.47
Hex EE 64 3 0 3A 63 7 19 62 2F
Octal 356 144 3 0 72 143 7 31 142 57
Binary 11101110 1100100 11 0 111010 1100011 111 11001 1100010 101111

Color Harmonies of #EE6403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6403

Black with #EE6403

Text Example


Text Example

White with #EE6403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6403; }

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

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

background-color css

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

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

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

border-color css

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

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

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