Html Css Color HEX #EA9740 Sea Buckthorn

📋 copy color: '#EA9740'

red 234 ◦ green 151 ◦ blue 64

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

Shades of Sea Buckthorn #EA9740

Tints of Sea Buckthorn #EA9740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.63%

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 52.12%
G = 33.63%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA9740 (or 0xEA9740) is known color: Sea Buckthorn. HEX triplet: EA, 97 and 40. RGB value is (234,151,64). Sum of RGB (Red+Green+Blue) = 234+151+64=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9740 is #1568BF. Grayscale: #A6A6A6. Windows color (decimal): -1403072 or 4233194. OLE color: 4233194.

HSL color Cylindrical-coordinate representation of color #EA9740: hue angle of 30.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA9740 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 151 64 -
CMYK 0 0.35 0.73 0.08
HSL 30.71º 0.8% 0.58% -
HSV(B) 30.71º 0.73% 0.92% -
XYZ 45.92 40 10.15 -
YUV 165.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 234 151 64 0 0.35 0.73 0.08 30.71 0.8 0.58
Hex EA 97 40 0 23 49 8 1F 50 3A
Octal 352 227 100 0 43 111 10 37 120 72
Binary 11101010 10010111 1000000 0 100011 1001001 1000 11111 1010000 111010

Color Harmonies of #EA9740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9740

Black with #EA9740

Text Example


Text Example

White with #EA9740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9740; }

 p { color: rgb(234,151,64); }

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

background-color css

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

 a { background-color: rgb(234,151,64); }

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

border-color css

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

 span { border-color: rgb(234,151,64); }

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