Html Css Color HEX #EA964A Sea Buckthorn

📋 copy color: '#EA964A'

red 234 ◦ green 150 ◦ blue 74

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

Shades of Sea Buckthorn #EA964A

Tints of Sea Buckthorn #EA964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.75%

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 51.09%
G = 32.75%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA964A (or 0xEA964A) is known color: Sea Buckthorn. HEX triplet: EA, 96 and 4A. RGB value is (234,150,74). Sum of RGB (Red+Green+Blue) = 234+150+74=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA964A is #1569B5. Grayscale: #A6A6A6. Windows color (decimal): -1403318 or 4888298. OLE color: 4888298.

HSL color Cylindrical-coordinate representation of color #EA964A: hue angle of 28.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA964A is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 74 -
CMYK 0 0.36 0.68 0.08
HSL 28.5º 0.79% 0.6% -
HSV(B) 28.5º 0.68% 0.92% -
XYZ 46.07 39.8 11.73 -
YUV 166.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 234 150 74 0 0.36 0.68 0.08 28.5 0.79 0.6
Hex EA 96 4A 0 24 44 8 1C 4F 3C
Octal 352 226 112 0 44 104 10 34 117 74
Binary 11101010 10010110 1001010 0 100100 1000100 1000 11100 1001111 111100

Color Harmonies of #EA964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA964A

Black with #EA964A

Text Example


Text Example

White with #EA964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA964A; }

 p { color: rgb(234,150,74); }

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

background-color css

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

 a { background-color: rgb(234,150,74); }

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

border-color css

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

 span { border-color: rgb(234,150,74); }

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