Html Css Color HEX #ED650D Persimmon

📋 copy color: '#ED650D'

red 237 ◦ green 101 ◦ blue 13

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

Shades of Persimmon #ED650D

Tints of Persimmon #ED650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 67.52%
G = 28.77%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED650D (or 0xED650D) is known color: Persimmon. HEX triplet: ED, 65 and 0D. RGB value is (237,101,13). Sum of RGB (Red+Green+Blue) = 237+101+13=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED650D is #129AF2. Grayscale: #848484. Windows color (decimal): -1219315 or 878061. OLE color: 878061.

HSL color Cylindrical-coordinate representation of color #ED650D: hue angle of 23.57º degrees, saturation: 0.9, 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 #ED650D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 13 -
CMYK 0 0.57 0.95 0.07
HSL 23.57º 0.9% 0.49% -
HSV(B) 23.57º 0.95% 0.93% -
XYZ 39.65 27.34 3.57 -
YUV 131.63 61.06 203.16 -
System Red Green Blue C M Y K H S L
Decimal 237 101 13 0 0.57 0.95 0.07 23.57 0.9 0.49
Hex ED 65 D 0 39 5F 7 18 5A 31
Octal 355 145 15 0 71 137 7 30 132 61
Binary 11101101 1100101 1101 0 111001 1011111 111 11000 1011010 110001

Color Harmonies of #ED650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED650D

Black with #ED650D

Text Example


Text Example

White with #ED650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED650D; }

 p { color: rgb(237,101,13); }

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

background-color css

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

 a { background-color: rgb(237,101,13); }

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

border-color css

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

 span { border-color: rgb(237,101,13); }

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