Html Css Color HEX #EA662C Sorbus

📋 copy color: '#EA662C'

red 234 ◦ green 102 ◦ blue 44

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

Shades of Sorbus #EA662C

Tints of Sorbus #EA662C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 61.58%
G = 26.84%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA662C (or 0xEA662C) is known color: Sorbus. HEX triplet: EA, 66 and 2C. RGB value is (234,102,44). Sum of RGB (Red+Green+Blue) = 234+102+44=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA662C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA662C is #1599D3. Grayscale: #878787. Windows color (decimal): -1415636 or 2909930. OLE color: 2909930.

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

Color convert

RGB 234 102 44 -
CMYK 0 0.56 0.81 0.08
HSL 18.32º 0.82% 0.55% -
HSV(B) 18.32º 0.81% 0.92% -
XYZ 39.14 27.18 5.57 -
YUV 134.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 234 102 44 0 0.56 0.81 0.08 18.32 0.82 0.55
Hex EA 66 2C 0 38 51 8 12 52 37
Octal 352 146 54 0 70 121 10 22 122 67
Binary 11101010 1100110 101100 0 111000 1010001 1000 10010 1010010 110111

Color Harmonies of #EA662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA662C

Black with #EA662C

Text Example


Text Example

White with #EA662C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA662C; }

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

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

background-color css

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

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

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

border-color css

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

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

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