Html Css Color HEX #EA9B45 Sea Buckthorn

📋 copy color: '#EA9B45'

red 234 ◦ green 155 ◦ blue 69

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

Shades of Sea Buckthorn #EA9B45

Tints of Sea Buckthorn #EA9B45

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 51.09%
G = 33.84%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA9B45 (or 0xEA9B45) is known color: Sea Buckthorn. HEX triplet: EA, 9B and 45. RGB value is (234,155,69). Sum of RGB (Red+Green+Blue) = 234+155+69=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9B45 is #1564BA. Grayscale: #A9A9A9. Windows color (decimal): -1402043 or 4561898. OLE color: 4561898.

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

Color convert

RGB 234 155 69 -
CMYK 0 0.34 0.71 0.08
HSL 31.27º 0.8% 0.59% -
HSV(B) 31.27º 0.71% 0.92% -
XYZ 46.73 41.36 11.15 -
YUV 168.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 234 155 69 0 0.34 0.71 0.08 31.27 0.8 0.59
Hex EA 9B 45 0 22 47 8 1F 50 3B
Octal 352 233 105 0 42 107 10 37 120 73
Binary 11101010 10011011 1000101 0 100010 1000111 1000 11111 1010000 111011

Color Harmonies of #EA9B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B45

Black with #EA9B45

Text Example


Text Example

White with #EA9B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B45; }

 p { color: rgb(234,155,69); }

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

background-color css

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

 a { background-color: rgb(234,155,69); }

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

border-color css

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

 span { border-color: rgb(234,155,69); }

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