Html Css Color HEX #EB662A Sorbus

📋 copy color: '#EB662A'

red 235 ◦ green 102 ◦ blue 42

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

Shades of Sorbus #EB662A

Tints of Sorbus #EB662A

RGB

 RED value IS 235 (92.19% from 255) = 62.01%

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

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

R = 62.01%
G = 26.91%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB662A (or 0xEB662A) is known color: Sorbus. HEX triplet: EB, 66 and 2A. RGB value is (235,102,42). Sum of RGB (Red+Green+Blue) = 235+102+42=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB662A is #1499D5. Grayscale: #878787. Windows color (decimal): -1350102 or 2778859. OLE color: 2778859.

HSL color Cylindrical-coordinate representation of color #EB662A: hue angle of 18.65º degrees, saturation: 0.83, 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 #EB662A is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 42 -
CMYK 0 0.57 0.82 0.08
HSL 18.65º 0.83% 0.54% -
HSV(B) 18.65º 0.82% 0.92% -
XYZ 39.43 27.33 5.39 -
YUV 134.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 235 102 42 0 0.57 0.82 0.08 18.65 0.83 0.54
Hex EB 66 2A 0 39 52 8 13 53 36
Octal 353 146 52 0 71 122 10 23 123 66
Binary 11101011 1100110 101010 0 111001 1010010 1000 10011 1010011 110110

Color Harmonies of #EB662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB662A

Black with #EB662A

Text Example


Text Example

White with #EB662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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