Html Css Color HEX #EBA24A Sea Buckthorn

📋 copy color: '#EBA24A'

red 235 ◦ green 162 ◦ blue 74

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

Shades of Sea Buckthorn #EBA24A

Tints of Sea Buckthorn #EBA24A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.39%

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

R = 49.89%
G = 34.39%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA24A (or 0xEBA24A) is known color: Sea Buckthorn. HEX triplet: EB, A2 and 4A. RGB value is (235,162,74). Sum of RGB (Red+Green+Blue) = 235+162+74=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA24A is #145DB5. Grayscale: #AEAEAE. Windows color (decimal): -1334710 or 4891371. OLE color: 4891371.

HSL color Cylindrical-coordinate representation of color #EBA24A: hue angle of 32.8º 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 #EBA24A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 74 -
CMYK 0 0.31 0.69 0.08
HSL 32.8º 0.8% 0.61% -
HSV(B) 32.8º 0.69% 0.92% -
XYZ 48.42 44 12.42 -
YUV 173.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 235 162 74 0 0.31 0.69 0.08 32.8 0.8 0.61
Hex EB A2 4A 0 1F 45 8 21 50 3D
Octal 353 242 112 0 37 105 10 41 120 75
Binary 11101011 10100010 1001010 0 11111 1000101 1000 100001 1010000 111101

Color Harmonies of #EBA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA24A

Black with #EBA24A

Text Example


Text Example

White with #EBA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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