Html Css Color HEX #EB9C4A Sea Buckthorn

📋 copy color: '#EB9C4A'

red 235 ◦ green 156 ◦ blue 74

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

Shades of Sea Buckthorn #EB9C4A

Tints of Sea Buckthorn #EB9C4A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

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

R = 50.54%
G = 33.55%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB9C4A (or 0xEB9C4A) is known color: Sea Buckthorn. HEX triplet: EB, 9C and 4A. RGB value is (235,156,74). Sum of RGB (Red+Green+Blue) = 235+156+74=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9C4A is #1463B5. Grayscale: #AAAAAA. Windows color (decimal): -1336246 or 4889835. OLE color: 4889835.

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

Color convert

RGB 235 156 74 -
CMYK 0 0.34 0.69 0.08
HSL 30.56º 0.8% 0.61% -
HSV(B) 30.56º 0.69% 0.92% -
XYZ 47.39 41.93 12.08 -
YUV 170.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 235 156 74 0 0.34 0.69 0.08 30.56 0.8 0.61
Hex EB 9C 4A 0 22 45 8 1F 50 3D
Octal 353 234 112 0 42 105 10 37 120 75
Binary 11101011 10011100 1001010 0 100010 1000101 1000 11111 1010000 111101

Color Harmonies of #EB9C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C4A

Black with #EB9C4A

Text Example


Text Example

White with #EB9C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C4A; }

 p { color: rgb(235,156,74); }

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

background-color css

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

 a { background-color: rgb(235,156,74); }

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

border-color css

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

 span { border-color: rgb(235,156,74); }

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