Html Css Color HEX #EA682F Sorbus

📋 copy color: '#EA682F'

red 234 ◦ green 104 ◦ blue 47

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

Shades of Sorbus #EA682F

Tints of Sorbus #EA682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 60.78%
G = 27.01%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA682F (or 0xEA682F) is known color: Sorbus. HEX triplet: EA, 68 and 2F. RGB value is (234,104,47). Sum of RGB (Red+Green+Blue) = 234+104+47=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA682F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA682F is #1597D0. Grayscale: #888888. Windows color (decimal): -1415121 or 3107050. OLE color: 3107050.

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

Color convert

RGB 234 104 47 -
CMYK 0 0.56 0.80 0.08
HSL 18.29º 0.82% 0.55% -
HSV(B) 18.29º 0.8% 0.92% -
XYZ 39.4 27.6 5.94 -
YUV 136.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 234 104 47 0 0.56 0.80 0.08 18.29 0.82 0.55
Hex EA 68 2F 0 38 50 8 12 52 37
Octal 352 150 57 0 70 120 10 22 122 67
Binary 11101010 1101000 101111 0 111000 1010000 1000 10010 1010010 110111

Color Harmonies of #EA682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA682F

Black with #EA682F

Text Example


Text Example

White with #EA682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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