Html Css Color HEX #EF620B Persimmon

📋 copy color: '#EF620B'

red 239 ◦ green 98 ◦ blue 11

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

Shades of Persimmon #EF620B

Tints of Persimmon #EF620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 68.68%
G = 28.16%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF620B (or 0xEF620B) is known color: Persimmon. HEX triplet: EF, 62 and 0B. RGB value is (239,98,11). Sum of RGB (Red+Green+Blue) = 239+98+11=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF620B is #109DF4. Grayscale: #828282. Windows color (decimal): -1089013 or 746223. OLE color: 746223.

HSL color Cylindrical-coordinate representation of color #EF620B: hue angle of 22.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF620B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 98 11 -
CMYK 0 0.59 0.95 0.06
HSL 22.89º 0.91% 0.49% -
HSV(B) 22.89º 0.95% 0.94% -
XYZ 40.02 27.11 3.44 -
YUV 130.24 60.71 205.57 -
System Red Green Blue C M Y K H S L
Decimal 239 98 11 0 0.59 0.95 0.06 22.89 0.91 0.49
Hex EF 62 B 0 3B 5F 6 17 5B 31
Octal 357 142 13 0 73 137 6 27 133 61
Binary 11101111 1100010 1011 0 111011 1011111 110 10111 1011011 110001

Color Harmonies of #EF620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF620B

Black with #EF620B

Text Example


Text Example

White with #EF620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF620B; }

 p { color: rgb(239,98,11); }

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

background-color css

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

 a { background-color: rgb(239,98,11); }

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

border-color css

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

 span { border-color: rgb(239,98,11); }

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