Html Css Color HEX #EF6302 Persimmon

📋 copy color: '#EF6302'

red 239 ◦ green 99 ◦ blue 2

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

Shades of Persimmon #EF6302

Tints of Persimmon #EF6302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 70.29%
G = 29.12%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF6302 (or 0xEF6302) is known color: Persimmon. HEX triplet: EF, 63 and 02. RGB value is (239,99,2). Sum of RGB (Red+Green+Blue) = 239+99+2=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6302 is #109CFD. Grayscale: #828282. Windows color (decimal): -1088766 or 156655. OLE color: 156655.

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

Color convert

RGB 239 99 2 -
CMYK 0 0.59 0.99 0.06
HSL 24.56º 0.98% 0.47% -
HSV(B) 24.56º 0.99% 0.94% -
XYZ 40.07 27.28 3.21 -
YUV 129.8 55.88 205.89 -
System Red Green Blue C M Y K H S L
Decimal 239 99 2 0 0.59 0.99 0.06 24.56 0.98 0.47
Hex EF 63 2 0 3B 63 6 19 62 2F
Octal 357 143 2 0 73 143 6 31 142 57
Binary 11101111 1100011 10 0 111011 1100011 110 11001 1100010 101111

Color Harmonies of #EF6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6302

Black with #EF6302

Text Example


Text Example

White with #EF6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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