Html Css Color HEX #EBA14B Sea Buckthorn

📋 copy color: '#EBA14B'

red 235 ◦ green 161 ◦ blue 75

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

Shades of Sea Buckthorn #EBA14B

Tints of Sea Buckthorn #EBA14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 75 (29.69% from 255) = 15.92%

R = 49.89%
G = 34.18%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBA14B (or 0xEBA14B) is known color: Sea Buckthorn. HEX triplet: EB, A1 and 4B. RGB value is (235,161,75). Sum of RGB (Red+Green+Blue) = 235+161+75=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA14B is #145EB4. Grayscale: #ADADAD. Windows color (decimal): -1334965 or 4956651. OLE color: 4956651.

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

Color convert

RGB 235 161 75 -
CMYK 0 0.31 0.68 0.08
HSL 32.25º 0.8% 0.61% -
HSV(B) 32.25º 0.68% 0.92% -
XYZ 48.28 43.66 12.54 -
YUV 173.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 235 161 75 0 0.31 0.68 0.08 32.25 0.8 0.61
Hex EB A1 4B 0 1F 44 8 20 50 3D
Octal 353 241 113 0 37 104 10 40 120 75
Binary 11101011 10100001 1001011 0 11111 1000100 1000 100000 1010000 111101

Color Harmonies of #EBA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA14B

Black with #EBA14B

Text Example


Text Example

White with #EBA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA14B; }

 p { color: rgb(235,161,75); }

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

background-color css

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

 a { background-color: rgb(235,161,75); }

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

border-color css

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

 span { border-color: rgb(235,161,75); }

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