Html Css Color HEX #EF6301 Persimmon

📋 copy color: '#EF6301'

red 239 ◦ green 99 ◦ blue 1

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

Shades of Persimmon #EF6301

Tints of Persimmon #EF6301

RGB

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

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

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

R = 70.5%
G = 29.2%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF6301 (or 0xEF6301) is known color: Persimmon. HEX triplet: EF, 63 and 01. RGB value is (239,99,1). Sum of RGB (Red+Green+Blue) = 239+99+1=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6301 is #109CFE. Grayscale: #828282. Windows color (decimal): -1088767 or 91119. OLE color: 91119.

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

Color convert

RGB 239 99 1 -
CMYK 0 0.59 1.00 0.06
HSL 24.71º 0.99% 0.47% -
HSV(B) 24.71º 1% 0.94% -
XYZ 40.06 27.28 3.18 -
YUV 129.69 55.38 205.97 -
System Red Green Blue C M Y K H S L
Decimal 239 99 1 0 0.59 1.00 0.06 24.71 0.99 0.47
Hex EF 63 1 0 3B 64 6 19 63 2F
Octal 357 143 1 0 73 144 6 31 143 57
Binary 11101111 1100011 1 0 111011 1100100 110 11001 1100011 101111

Color Harmonies of #EF6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6301

Black with #EF6301

Text Example


Text Example

White with #EF6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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