Html Css Color HEX #EA663A Sorbus

📋 copy color: '#EA663A'

red 234 ◦ green 102 ◦ blue 58

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

Shades of Sorbus #EA663A

Tints of Sorbus #EA663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.89%

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 59.39%
G = 25.89%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA663A (or 0xEA663A) is known color: Sorbus. HEX triplet: EA, 66 and 3A. RGB value is (234,102,58). Sum of RGB (Red+Green+Blue) = 234+102+58=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA663A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA663A is #1599C5. Grayscale: #888888. Windows color (decimal): -1415622 or 3827434. OLE color: 3827434.

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

Color convert

RGB 234 102 58 -
CMYK 0 0.56 0.75 0.08
HSL 15º 0.81% 0.57% -
HSV(B) 15º 0.75% 0.92% -
XYZ 39.45 27.3 7.19 -
YUV 136.45 83.73 197.58 -
System Red Green Blue C M Y K H S L
Decimal 234 102 58 0 0.56 0.75 0.08 15 0.81 0.57
Hex EA 66 3A 0 38 4B 8 F 51 39
Octal 352 146 72 0 70 113 10 17 121 71
Binary 11101010 1100110 111010 0 111000 1001011 1000 1111 1010001 111001

Color Harmonies of #EA663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA663A

Black with #EA663A

Text Example


Text Example

White with #EA663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA663A; }

 p { color: rgb(234,102,58); }

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

background-color css

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

 a { background-color: rgb(234,102,58); }

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

border-color css

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

 span { border-color: rgb(234,102,58); }

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