Html Css Color HEX #EA662A Sorbus

📋 copy color: '#EA662A'

red 234 ◦ green 102 ◦ blue 42

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

Shades of Sorbus #EA662A

Tints of Sorbus #EA662A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 61.9%
G = 26.98%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA662A (or 0xEA662A) is known color: Sorbus. HEX triplet: EA, 66 and 2A. RGB value is (234,102,42). Sum of RGB (Red+Green+Blue) = 234+102+42=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA662A is #1599D5. Grayscale: #878787. Windows color (decimal): -1415638 or 2778858. OLE color: 2778858.

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

Color convert

RGB 234 102 42 -
CMYK 0 0.56 0.82 0.08
HSL 18.75º 0.82% 0.54% -
HSV(B) 18.75º 0.82% 0.92% -
XYZ 39.1 27.16 5.37 -
YUV 134.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 234 102 42 0 0.56 0.82 0.08 18.75 0.82 0.54
Hex EA 66 2A 0 38 52 8 13 52 36
Octal 352 146 52 0 70 122 10 23 122 66
Binary 11101010 1100110 101010 0 111000 1010010 1000 10011 1010010 110110

Color Harmonies of #EA662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA662A

Black with #EA662A

Text Example


Text Example

White with #EA662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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