Html Css Color HEX #EF6403 Persimmon

📋 copy color: '#EF6403'

red 239 ◦ green 100 ◦ blue 3

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

Shades of Persimmon #EF6403

Tints of Persimmon #EF6403

RGB

 RED value IS 239 (93.75% from 255) = 69.88%

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

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

R = 69.88%
G = 29.24%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF6403 (or 0xEF6403) is known color: Persimmon. HEX triplet: EF, 64 and 03. RGB value is (239,100,3). Sum of RGB (Red+Green+Blue) = 239+100+3=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6403 is #109BFC. Grayscale: #838383. Windows color (decimal): -1088509 or 222447. OLE color: 222447.

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

Color convert

RGB 239 100 3 -
CMYK 0 0.58 0.99 0.06
HSL 24.66º 0.98% 0.47% -
HSV(B) 24.66º 0.99% 0.94% -
XYZ 40.17 27.47 3.27 -
YUV 130.5 56.05 205.39 -
System Red Green Blue C M Y K H S L
Decimal 239 100 3 0 0.58 0.99 0.06 24.66 0.98 0.47
Hex EF 64 3 0 3A 63 6 19 62 2F
Octal 357 144 3 0 72 143 6 31 142 57
Binary 11101111 1100100 11 0 111010 1100011 110 11001 1100010 101111

Color Harmonies of #EF6403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6403

Black with #EF6403

Text Example


Text Example

White with #EF6403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6403; }

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

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

background-color css

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

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

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

border-color css

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

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

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