Html Css Color HEX #EE630D Persimmon

📋 copy color: '#EE630D'

red 238 ◦ green 99 ◦ blue 13

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

Shades of Persimmon #EE630D

Tints of Persimmon #EE630D

RGB

 RED value IS 238 (93.36% from 255) = 68%

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

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

R = 68%
G = 28.29%
B = 3.71%

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

#EE630D (or 0xEE630D) is known color: Persimmon. HEX triplet: EE, 63 and 0D. RGB value is (238,99,13). Sum of RGB (Red+Green+Blue) = 238+99+13=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE630D is #119CF2. Grayscale: #838383. Windows color (decimal): -1154291 or 877550. OLE color: 877550.

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

Color convert

RGB 238 99 13 -
CMYK 0 0.58 0.95 0.07
HSL 22.93º 0.9% 0.49% -
HSV(B) 22.93º 0.95% 0.93% -
XYZ 39.79 27.13 3.52 -
YUV 130.76 61.55 204.49 -
System Red Green Blue C M Y K H S L
Decimal 238 99 13 0 0.58 0.95 0.07 22.93 0.9 0.49
Hex EE 63 D 0 3A 5F 7 17 5A 31
Octal 356 143 15 0 72 137 7 27 132 61
Binary 11101110 1100011 1101 0 111010 1011111 111 10111 1011010 110001

Color Harmonies of #EE630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE630D

Black with #EE630D

Text Example


Text Example

White with #EE630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE630D; }

 p { color: rgb(238,99,13); }

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

background-color css

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

 a { background-color: rgb(238,99,13); }

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

border-color css

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

 span { border-color: rgb(238,99,13); }

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