Html Css Color HEX #EA683D Sorbus

📋 copy color: '#EA683D'

red 234 ◦ green 104 ◦ blue 61

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

Shades of Sorbus #EA683D

Tints of Sorbus #EA683D

RGB

 RED value IS 234 (91.8% from 255) = 58.65%

 GREEN value IS 104 (41.02% from 255) = 26.07%

 BLUE value IS 61 (24.22% from 255) = 15.29%

R = 58.65%
G = 26.07%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA683D (or 0xEA683D) is known color: Sorbus. HEX triplet: EA, 68 and 3D. RGB value is (234,104,61). Sum of RGB (Red+Green+Blue) = 234+104+61=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA683D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA683D is #1597C2. Grayscale: #8A8A8A. Windows color (decimal): -1415107 or 4024554. OLE color: 4024554.

HSL color Cylindrical-coordinate representation of color #EA683D: hue angle of 14.91º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA683D is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 104 61 -
CMYK 0 0.56 0.74 0.08
HSL 14.91º 0.8% 0.58% -
HSV(B) 14.91º 0.74% 0.92% -
XYZ 39.72 27.73 7.67 -
YUV 137.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 234 104 61 0 0.56 0.74 0.08 14.91 0.8 0.58
Hex EA 68 3D 0 38 4A 8 F 50 3A
Octal 352 150 75 0 70 112 10 17 120 72
Binary 11101010 1101000 111101 0 111000 1001010 1000 1111 1010000 111010

Color Harmonies of #EA683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA683D

Black with #EA683D

Text Example


Text Example

White with #EA683D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA683D; }

 p { color: rgb(234,104,61); }

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

background-color css

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

 a { background-color: rgb(234,104,61); }

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

border-color css

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

 span { border-color: rgb(234,104,61); }

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