Html Css Color HEX #ED640B Persimmon

📋 copy color: '#ED640B'

red 237 ◦ green 100 ◦ blue 11

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

Shades of Persimmon #ED640B

Tints of Persimmon #ED640B

RGB

 RED value IS 237 (92.97% from 255) = 68.1%

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

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

R = 68.1%
G = 28.74%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED640B (or 0xED640B) is known color: Persimmon. HEX triplet: ED, 64 and 0B. RGB value is (237,100,11). Sum of RGB (Red+Green+Blue) = 237+100+11=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED640B is #129BF4. Grayscale: #838383. Windows color (decimal): -1219573 or 746733. OLE color: 746733.

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

Color convert

RGB 237 100 11 -
CMYK 0 0.58 0.95 0.07
HSL 23.63º 0.91% 0.49% -
HSV(B) 23.63º 0.95% 0.93% -
XYZ 39.54 27.14 3.47 -
YUV 130.82 60.39 203.74 -
System Red Green Blue C M Y K H S L
Decimal 237 100 11 0 0.58 0.95 0.07 23.63 0.91 0.49
Hex ED 64 B 0 3A 5F 7 18 5B 31
Octal 355 144 13 0 72 137 7 30 133 61
Binary 11101101 1100100 1011 0 111010 1011111 111 11000 1011011 110001

Color Harmonies of #ED640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED640B

Black with #ED640B

Text Example


Text Example

White with #ED640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED640B; }

 p { color: rgb(237,100,11); }

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

background-color css

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

 a { background-color: rgb(237,100,11); }

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

border-color css

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

 span { border-color: rgb(237,100,11); }

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