Html Css Color HEX #ECA04B Sea Buckthorn

📋 copy color: '#ECA04B'

red 236 ◦ green 160 ◦ blue 75

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

Shades of Sea Buckthorn #ECA04B

Tints of Sea Buckthorn #ECA04B

RGB

 RED value IS 236 (92.58% from 255) = 50.11%

 GREEN value IS 160 (62.89% from 255) = 33.97%

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

R = 50.11%
G = 33.97%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECA04B (or 0xECA04B) is known color: Sea Buckthorn. HEX triplet: EC, A0 and 4B. RGB value is (236,160,75). Sum of RGB (Red+Green+Blue) = 236+160+75=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA04B is #135FB4. Grayscale: #ADADAD. Windows color (decimal): -1269685 or 4956396. OLE color: 4956396.

HSL color Cylindrical-coordinate representation of color #ECA04B: hue angle of 31.68º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECA04B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 75 -
CMYK 0 0.32 0.68 0.07
HSL 31.68º 0.81% 0.61% -
HSV(B) 31.68º 0.68% 0.93% -
XYZ 48.43 43.48 12.5 -
YUV 173.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 236 160 75 0 0.32 0.68 0.07 31.68 0.81 0.61
Hex EC A0 4B 0 20 44 7 20 51 3D
Octal 354 240 113 0 40 104 7 40 121 75
Binary 11101100 10100000 1001011 0 100000 1000100 111 100000 1010001 111101

Color Harmonies of #ECA04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA04B

Black with #ECA04B

Text Example


Text Example

White with #ECA04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA04B; }

 p { color: rgb(236,160,75); }

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

background-color css

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

 a { background-color: rgb(236,160,75); }

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

border-color css

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

 span { border-color: rgb(236,160,75); }

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