Html Css Color HEX #ECB046 Tulip Tree

📋 copy color: '#ECB046'

red 236 ◦ green 176 ◦ blue 70

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

Shades of Tulip Tree #ECB046

Tints of Tulip Tree #ECB046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 48.96%
G = 36.51%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECB046 (or 0xECB046) is known color: Tulip Tree. HEX triplet: EC, B0 and 46. RGB value is (236,176,70). Sum of RGB (Red+Green+Blue) = 236+176+70=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB046 is #134FB9. Grayscale: #B6B6B6. Windows color (decimal): -1265594 or 4632812. OLE color: 4632812.

HSL color Cylindrical-coordinate representation of color #ECB046: hue angle of 38.31º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECB046 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 70 -
CMYK 0 0.25 0.70 0.07
HSL 38.31º 0.81% 0.6% -
HSV(B) 38.31º 0.7% 0.93% -
XYZ 51.22 49.33 12.62 -
YUV 181.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 236 176 70 0 0.25 0.70 0.07 38.31 0.81 0.6
Hex EC B0 46 0 19 46 7 26 51 3C
Octal 354 260 106 0 31 106 7 46 121 74
Binary 11101100 10110000 1000110 0 11001 1000110 111 100110 1010001 111100

Color Harmonies of #ECB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB046

Black with #ECB046

Text Example


Text Example

White with #ECB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB046; }

 p { color: rgb(236,176,70); }

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

background-color css

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

 a { background-color: rgb(236,176,70); }

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

border-color css

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

 span { border-color: rgb(236,176,70); }

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