Html Css Color HEX #EB9440 Sea Buckthorn

📋 copy color: '#EB9440'

red 235 ◦ green 148 ◦ blue 64

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

Shades of Sea Buckthorn #EB9440

Tints of Sea Buckthorn #EB9440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 52.57%
G = 33.11%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB9440 (or 0xEB9440) is known color: Sea Buckthorn. HEX triplet: EB, 94 and 40. RGB value is (235,148,64). Sum of RGB (Red+Green+Blue) = 235+148+64=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9440 is #146BBF. Grayscale: #A4A4A4. Windows color (decimal): -1338304 or 4232427. OLE color: 4232427.

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

Color convert

RGB 235 148 64 -
CMYK 0 0.37 0.73 0.08
HSL 29.47º 0.81% 0.59% -
HSV(B) 29.47º 0.73% 0.92% -
XYZ 45.78 39.21 10.01 -
YUV 164.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 235 148 64 0 0.37 0.73 0.08 29.47 0.81 0.59
Hex EB 94 40 0 25 49 8 1D 51 3B
Octal 353 224 100 0 45 111 10 35 121 73
Binary 11101011 10010100 1000000 0 100101 1001001 1000 11101 1010001 111011

Color Harmonies of #EB9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9440

Black with #EB9440

Text Example


Text Example

White with #EB9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9440; }

 p { color: rgb(235,148,64); }

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

background-color css

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

 a { background-color: rgb(235,148,64); }

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

border-color css

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

 span { border-color: rgb(235,148,64); }

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